Color Hex Logo

#d80fcb Color Hex

#D80FCB
(216,15,203)
0 Favorites   0 Comments

Color spaces of #d80fcb

RGB 21615203
HSL0.840.870.45
HSV304°93°85°
CMYK 0.000.930.06   0.15
XYZ39.269219.252458.1463
Yxy19.25240.33660.1650
Hunter Lab43.877682.9668-47.8565
CIE-Lab50.981283.6864-46.7774

#d80fcb color RGB value is (216,15,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001111 11001011
Octal 330 17 313
Decimal 216 15 203
Hex D8 F CB

RGB Percentages of Color #d80fcb

%49.77
%3.46
%46.77

CMYK Percentages of Color #d80fcb

%0
%93
%6
%15

Triadic Colors of #d80fcb

#d80fcb #cbd80f #0fcbd8

Analogous Colors of #d80fcb

#d80fcb #d80f67 #810fd8

Monochromatic Colors of #d80fcb

#d80fcb

Complementary Color

#d80fcb #0fd81c

#d80fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80fcb Color CSS Codes

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

#d80fcb Text Font Color

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

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


#d80fcb Background Color

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

This div background color is #d80fcb


#d80fcb Border Color

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

This div border color is #d80fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80fcb


Comments

No comments written yet.

Please login to write comment.