Color Hex Logo

#d084cf Color Hex

#D084CF
(208,132,207)
0 Favorites   0 Comments

Color spaces of #d084cf

RGB 208132207
HSL0.840.450.67
HSV301°37°82°
CMYK 0.000.370.00   0.18
XYZ45.526234.417463.2752
Yxy34.41740.31790.2403
Hunter Lab58.666335.8533-22.8814
CIE-Lab65.292540.8121-26.7397

#d084cf color RGB value is (208,132,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000100 11001111
Octal 320 204 317
Decimal 208 132 207
Hex D0 84 CF

RGB Percentages of Color #d084cf

%38.03
%24.13
%37.84

CMYK Percentages of Color #d084cf

%0
%37
%0
%18

Triadic Colors of #d084cf

#d084cf #cfd084 #84cfd0

Analogous Colors of #d084cf

#d084cf #d084a9 #ab84d0

Monochromatic Colors of #d084cf

#d084cf

Complementary Color

#d084cf #84d085

#d084cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d084cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d084cf Color CSS Codes

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

#d084cf Text Font Color

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

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


#d084cf Background Color

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

This div background color is #d084cf


#d084cf Border Color

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

This div border color is #d084cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d084cf


Comments

No comments written yet.

Please login to write comment.