Color Hex Logo

#fd4cbd Color Hex

#FD4CBD
(253,76,189)
0 Favorites   0 Comments

Color spaces of #fd4cbd

RGB 25376189
HSL0.890.980.65
HSV322°70°99°
CMYK 0.000.700.25   0.01
XYZ52.277829.725751.1264
Yxy29.72570.39270.2233
Hunter Lab54.521375.7427-17.4333
CIE-Lab61.416875.9725-21.9731

#fd4cbd color RGB value is (253,76,189).

#fd4cbd hex color red value is 253, green value is 76 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fd4cbd hue: 0.89 , saturation: 0.98 and the lightness value of fd4cbd is 0.65.

The process color (four color CMYK) of #fd4cbd color hex is 0.00, 0.70, 0.25, 0.01. Web safe color of #fd4cbd is #ff33cc. Color #fd4cbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001100 10111101
Octal 375 114 275
Decimal 253 76 189
Hex FD 4C BD

RGB Percentages of Color #fd4cbd

%48.84
%14.67
%36.49

CMYK Percentages of Color #fd4cbd

%0
%70
%25
%1

Triadic Colors of #fd4cbd

#fd4cbd #bdfd4c #4cbdfd

Analogous Colors of #fd4cbd

#fd4cbd #fd4c65 #e54cfd

Monochromatic Colors of #fd4cbd

#fd4cbd

Complementary Color

#fd4cbd #4cfd8c

#fd4cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4cbd Color CSS Codes

.mybgcolor {background-color:#fd4cbd; } 
.myforecolor {color:#fd4cbd; }
.mybordercolor {border:3px solid #fd4cbd; }

#fd4cbd Text Font Color

<p style="color:#fd4cbd">Text here</p>

This sample text font color is #fd4cbd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fd4cbd Background Color

<div style="background-color:#fd4cbd">
Div content here</div>

This div background color is #fd4cbd


#fd4cbd Border Color

<div style="border:3px solid #fd4cbd">
Div here</div>

This div border color is #fd4cbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,76,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd4cbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd4cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #fd4cbd;
  box-shadow:         1px 1px 3px 2px #fd4cbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,76,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fd4cbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fd4cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #fd4cbd;
  box-shadow:         1px 1px 3px 2px #fd4cbd;">
Div content here</div>

This div box has shadow with color #fd4cbd

Related Colors


Comments

No comments written yet.

Please login to write comment.