Color Hex Logo

#fd74cb Color Hex

#FD74CB
(253,116,203)
0 Favorites   0 Comments

Color spaces of #fd74cb

RGB 253116203
HSL0.890.970.72
HSV322°54°99°
CMYK 0.000.540.20   0.01
XYZ57.532937.685260.7416
Yxy37.68520.36890.2416
Hunter Lab61.388359.8602-15.6936
CIE-Lab67.788061.8018-20.1793

#fd74cb color RGB value is (253,116,203).

#fd74cb hex color red value is 253, green value is 116 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fd74cb hue: 0.89 , saturation: 0.97 and the lightness value of fd74cb is 0.72.

The process color (four color CMYK) of #fd74cb color hex is 0.00, 0.54, 0.20, 0.01. Web safe color of #fd74cb is #ff66cc. Color #fd74cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110100 11001011
Octal 375 164 313
Decimal 253 116 203
Hex FD 74 CB

RGB Percentages of Color #fd74cb

%44.23
%20.28
%35.49

CMYK Percentages of Color #fd74cb

%0
%54
%20
%1

Triadic Colors of #fd74cb

#fd74cb #cbfd74 #74cbfd

Analogous Colors of #fd74cb

#fd74cb #fd7487 #eb74fd

Monochromatic Colors of #fd74cb

#fd74cb

Complementary Color

#fd74cb #74fda6

#fd74cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd74cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd74cb Color CSS Codes

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

#fd74cb Text Font Color

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

This sample text font color is #fd74cb
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.


#fd74cb Background Color

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

This div background color is #fd74cb


#fd74cb Border Color

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

This div border color is #fd74cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd74cb


Comments

No comments written yet.

Please login to write comment.