Color Hex Logo

#d080cd Color Hex

#D080CD
(208,128,205)
0 Favorites   0 Comments

Color spaces of #d080cd

RGB 208128205
HSL0.840.460.66
HSV302°38°82°
CMYK 0.000.380.01   0.18
XYZ44.751033.256061.8180
Yxy33.25600.32010.2378
Hunter Lab57.668037.5989-23.1891
CIE-Lab64.367742.5654-27.0432

#d080cd color RGB value is (208,128,205).

#d080cd hex color red value is 208, green value is 128 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d080cd hue: 0.84 , saturation: 0.46 and the lightness value of d080cd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000000 11001101
Octal 320 200 315
Decimal 208 128 205
Hex D0 80 CD

RGB Percentages of Color #d080cd

%38.45
%23.66
%37.89

CMYK Percentages of Color #d080cd

%0
%38
%1
%18

Triadic Colors of #d080cd

#d080cd #cdd080 #80cdd0

Analogous Colors of #d080cd

#d080cd #d080a5 #ab80d0

Monochromatic Colors of #d080cd

#d080cd

Complementary Color

#d080cd #80d083

#d080cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d080cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d080cd Color CSS Codes

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

#d080cd Text Font Color

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

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


#d080cd Background Color

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

This div background color is #d080cd


#d080cd Border Color

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

This div border color is #d080cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d080cd


Comments

No comments written yet.

Please login to write comment.