Color Hex Logo

#d084cc Color Hex

#D084CC
(208,132,204)
0 Favorites   0 Comments

Color spaces of #d084cc

RGB 208132204
HSL0.840.450.67
HSV303°37°82°
CMYK 0.000.370.02   0.18
XYZ45.162834.272161.3616
Yxy34.27210.32080.2434
Hunter Lab58.542435.2555-21.1656
CIE-Lab65.178040.2622-25.2375

#d084cc color RGB value is (208,132,204).

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

The process color (four color CMYK) of #d084cc color hex is 0.00, 0.37, 0.02, 0.18. Web safe color of #d084cc is #cc99cc. Color #d084cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000100 11001100
Octal 320 204 314
Decimal 208 132 204
Hex D0 84 CC

RGB Percentages of Color #d084cc

%38.24
%24.26
%37.50

CMYK Percentages of Color #d084cc

%0
%37
%2
%18

Triadic Colors of #d084cc

#d084cc #ccd084 #84ccd0

Analogous Colors of #d084cc

#d084cc #d084a6 #ae84d0

Monochromatic Colors of #d084cc

#d084cc

Complementary Color

#d084cc #84d088

#d084cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d084cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d084cc Color CSS Codes

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

#d084cc Text Font Color

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

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


#d084cc Background Color

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

This div background color is #d084cc


#d084cc Border Color

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

This div border color is #d084cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d084cc


Comments

No comments written yet.

Please login to write comment.