Color Hex Logo

#ff0cdc Color Hex

#FF0CDC
(255,12,220)
0 Favorites   0 Comments

Color spaces of #ff0cdc

RGB 25512220
HSL0.861.000.52
HSV309°95°100°
CMYK 0.000.950.14   0.00
XYZ54.289726.690370.0005
Yxy26.69030.35960.1768
Hunter Lab51.662797.1671-44.1713
CIE-Lab58.686692.9302-43.8445

#ff0cdc color RGB value is (255,12,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00001100 11011100
Octal 377 14 334
Decimal 255 12 220
Hex FF C DC

RGB Percentages of Color #ff0cdc

%52.36
%2.46
%45.17

CMYK Percentages of Color #ff0cdc

%0
%95
%14
%0

Triadic Colors of #ff0cdc

#ff0cdc #dcff0c #0cdcff

Analogous Colors of #ff0cdc

#ff0cdc #ff0c62 #a90cff

Monochromatic Colors of #ff0cdc

#ff0cdc

Complementary Color

#ff0cdc #0cff2f

#ff0cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff0cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff0cdc Color CSS Codes

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

#ff0cdc Text Font Color

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

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


#ff0cdc Background Color

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

This div background color is #ff0cdc


#ff0cdc Border Color

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

This div border color is #ff0cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff0cdc


Comments

No comments written yet.

Please login to write comment.