Color Hex Logo

#fc0cdd Color Hex

#FC0CDD
(252,12,221)
0 Favorites   0 Comments

Color spaces of #fc0cdd

RGB 25212221
HSL0.850.980.52
HSV308°95°99°
CMYK 0.000.950.12   0.01
XYZ53.327526.178870.6490
Yxy26.17880.35510.1743
Hunter Lab51.165296.5044-46.0520
CIE-Lab58.206492.5344-45.2038

#fc0cdd color RGB value is (252,12,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001100 11011101
Octal 374 14 335
Decimal 252 12 221
Hex FC C DD

RGB Percentages of Color #fc0cdd

%51.96
%2.47
%45.57

CMYK Percentages of Color #fc0cdd

%0
%95
%12
%1

Triadic Colors of #fc0cdd

#fc0cdd #ddfc0c #0cddfc

Analogous Colors of #fc0cdd

#fc0cdd #fc0c65 #a30cfc

Monochromatic Colors of #fc0cdd

#fc0cdd

Complementary Color

#fc0cdd #0cfc2b

#fc0cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0cdd Color CSS Codes

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

#fc0cdd Text Font Color

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

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


#fc0cdd Background Color

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

This div background color is #fc0cdd


#fc0cdd Border Color

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

This div border color is #fc0cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0cdd

Related Colors


Comments

No comments written yet.

Please login to write comment.