Color Hex Logo

#d079cd Color Hex

#D079CD
(208,121,205)
0 Favorites   0 Comments

Color spaces of #d079cd

RGB 208121205
HSL0.840.480.65
HSV302°42°82°
CMYK 0.000.420.01   0.18
XYZ43.869231.492461.5241
Yxy31.49240.32050.2301
Hunter Lab56.118141.3322-25.7189
CIE-Lab62.921146.2287-29.2744

#d079cd color RGB value is (208,121,205).

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

The process color (four color CMYK) of #d079cd color hex is 0.00, 0.42, 0.01, 0.18. Web safe color of #d079cd is #cc66cc. Color #d079cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111001 11001101
Octal 320 171 315
Decimal 208 121 205
Hex D0 79 CD

RGB Percentages of Color #d079cd

%38.95
%22.66
%38.39

CMYK Percentages of Color #d079cd

%0
%42
%1
%18

Triadic Colors of #d079cd

#d079cd #cdd079 #79cdd0

Analogous Colors of #d079cd

#d079cd #d079a2 #a879d0

Monochromatic Colors of #d079cd

#d079cd

Complementary Color

#d079cd #79d07c

#d079cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d079cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d079cd Color CSS Codes

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

#d079cd Text Font Color

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

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


#d079cd Background Color

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

This div background color is #d079cd


#d079cd Border Color

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

This div border color is #d079cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d079cd


Comments

No comments written yet.

Please login to write comment.