Color Hex Logo

#d078cd Color Hex

#D078CD
(208,120,205)
0 Favorites   0 Comments

Color spaces of #d078cd

RGB 208120205
HSL0.840.480.64
HSV302°42°82°
CMYK 0.000.420.01   0.18
XYZ43.748331.250661.4838
Yxy31.25060.32050.2290
Hunter Lab55.902241.8627-26.0783
CIE-Lab62.718646.7463-29.5874

#d078cd color RGB value is (208,120,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111000 11001101
Octal 320 170 315
Decimal 208 120 205
Hex D0 78 CD

RGB Percentages of Color #d078cd

%39.02
%22.51
%38.46

CMYK Percentages of Color #d078cd

%0
%42
%1
%18

Triadic Colors of #d078cd

#d078cd #cdd078 #78cdd0

Analogous Colors of #d078cd

#d078cd #d078a1 #a778d0

Monochromatic Colors of #d078cd

#d078cd

Complementary Color

#d078cd #78d07b

#d078cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d078cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d078cd Color CSS Codes

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

#d078cd Text Font Color

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

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


#d078cd Background Color

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

This div background color is #d078cd


#d078cd Border Color

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

This div border color is #d078cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d078cd


Comments

No comments written yet.

Please login to write comment.