Color Hex Logo

#fd0cdc Color Hex

#FD0CDC
(253,12,220)
0 Favorites   0 Comments

Color spaces of #fd0cdc

RGB 25312220
HSL0.860.980.52
HSV308°95°99°
CMYK 0.000.950.13   0.01
XYZ53.557826.312969.9662
Yxy26.31290.35740.1756
Hunter Lab51.296196.6021-44.9623
CIE-Lab58.332992.5820-44.4261

#fd0cdc color RGB value is (253,12,220).

#fd0cdc hex color red value is 253, green value is 12 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fd0cdc hue: 0.86 , saturation: 0.98 and the lightness value of fd0cdc is 0.52.

The process color (four color CMYK) of #fd0cdc color hex is 0.00, 0.95, 0.13, 0.01. Web safe color of #fd0cdc is #ff00cc. Color #fd0cdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00001100 11011100
Octal 375 14 334
Decimal 253 12 220
Hex FD C DC

RGB Percentages of Color #fd0cdc

%52.16
%2.47
%45.36

CMYK Percentages of Color #fd0cdc

%0
%95
%13
%1

Triadic Colors of #fd0cdc

#fd0cdc #dcfd0c #0cdcfd

Analogous Colors of #fd0cdc

#fd0cdc #fd0c63 #a60cfd

Monochromatic Colors of #fd0cdc

#fd0cdc

Complementary Color

#fd0cdc #0cfd2d

#fd0cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd0cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd0cdc Color CSS Codes

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

#fd0cdc Text Font Color

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

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


#fd0cdc Background Color

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

This div background color is #fd0cdc


#fd0cdc Border Color

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

This div border color is #fd0cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd0cdc


Comments

No comments written yet.

Please login to write comment.