Color Hex Logo

#fc0ddd Color Hex

#FC0DDD
(252,13,221)
0 Favorites   0 Comments

Color spaces of #fc0ddd

RGB 25213221
HSL0.850.980.52
HSV308°95°99°
CMYK 0.000.950.12   0.01
XYZ53.340026.203870.6531
Yxy26.20380.35510.1745
Hunter Lab51.189696.4165-46.0006
CIE-Lab58.230092.4649-45.1664

#fc0ddd color RGB value is (252,13,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001101 11011101
Octal 374 15 335
Decimal 252 13 221
Hex FC D DD

RGB Percentages of Color #fc0ddd

%51.85
%2.67
%45.47

CMYK Percentages of Color #fc0ddd

%0
%95
%12
%1

Triadic Colors of #fc0ddd

#fc0ddd #ddfc0d #0dddfc

Analogous Colors of #fc0ddd

#fc0ddd #fc0d66 #a40dfc

Monochromatic Colors of #fc0ddd

#fc0ddd

Complementary Color

#fc0ddd #0dfc2c

#fc0ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0ddd Color CSS Codes

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

#fc0ddd Text Font Color

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

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


#fc0ddd Background Color

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

This div background color is #fc0ddd


#fc0ddd Border Color

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

This div border color is #fc0ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,13,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 #fc0ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0ddd

Related Colors


Comments

No comments written yet.

Please login to write comment.