Color Hex Logo

#d80fca Color Hex

#D80FCA
(216,15,202)
0 Favorites   0 Comments

Color spaces of #d80fca

RGB 21615202
HSL0.840.870.45
HSV304°93°85°
CMYK 0.000.930.06   0.15
XYZ39.150419.204857.5206
Yxy19.20480.33790.1657
Hunter Lab43.823382.7758-47.1453
CIE-Lab50.926083.5486-46.2885

#d80fca color RGB value is (216,15,202).

#d80fca hex color red value is 216, green value is 15 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d80fca hue: 0.84 , saturation: 0.87 and the lightness value of d80fca is 0.45.

The process color (four color CMYK) of #d80fca color hex is 0.00, 0.93, 0.06, 0.15. Web safe color of #d80fca is #cc00cc. Color #d80fca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001111 11001010
Octal 330 17 312
Decimal 216 15 202
Hex D8 F CA

RGB Percentages of Color #d80fca

%49.88
%3.46
%46.65

CMYK Percentages of Color #d80fca

%0
%93
%6
%15

Triadic Colors of #d80fca

#d80fca #cad80f #0fcad8

Analogous Colors of #d80fca

#d80fca #d80f66 #820fd8

Monochromatic Colors of #d80fca

#d80fca

Complementary Color

#d80fca #0fd81d

#d80fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80fca Color CSS Codes

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

#d80fca Text Font Color

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

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


#d80fca Background Color

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

This div background color is #d80fca


#d80fca Border Color

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

This div border color is #d80fca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,15,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d80fca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d80fca;
  -webkit-box-shadow: 1px 1px 3px 2px #d80fca;
  box-shadow:         1px 1px 3px 2px #d80fca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,15,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80fca


Comments

No comments written yet.

Please login to write comment.