Color Hex Logo

#d05fcc Color Hex

#D05FCC
(208,95,204)
0 Favorites   0 Comments

Color spaces of #d05fcc

RGB 20895204
HSL0.840.550.59
HSV302°54°82°
CMYK 0.000.540.02   0.18
XYZ41.003725.953959.9752
Yxy25.95390.32300.2045
Hunter Lab50.945054.5143-34.1379
CIE-Lab57.993358.8661-36.3713

#d05fcc color RGB value is (208,95,204).

#d05fcc hex color red value is 208, green value is 95 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d05fcc hue: 0.84 , saturation: 0.55 and the lightness value of d05fcc is 0.59.

The process color (four color CMYK) of #d05fcc color hex is 0.00, 0.54, 0.02, 0.18. Web safe color of #d05fcc is #cc66cc. Color #d05fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011111 11001100
Octal 320 137 314
Decimal 208 95 204
Hex D0 5F CC

RGB Percentages of Color #d05fcc

%41.03
%18.74
%40.24

CMYK Percentages of Color #d05fcc

%0
%54
%2
%18

Triadic Colors of #d05fcc

#d05fcc #ccd05f #5fccd0

Analogous Colors of #d05fcc

#d05fcc #d05f94 #9c5fd0

Monochromatic Colors of #d05fcc

#d05fcc

Complementary Color

#d05fcc #5fd063

#d05fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05fcc Color CSS Codes

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

#d05fcc Text Font Color

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

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


#d05fcc Background Color

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

This div background color is #d05fcc


#d05fcc Border Color

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

This div border color is #d05fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,95,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d05fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d05fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #d05fcc;
  box-shadow:         1px 1px 3px 2px #d05fcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,95,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05fcc


Comments

No comments written yet.

Please login to write comment.