Color Hex Logo

#d078dd Color Hex

#D078DD
(208,120,221)
0 Favorites   0 Comments

Color spaces of #d078dd

RGB 208120221
HSL0.810.600.67
HSV292°46°87°
CMYK 0.060.460.00   0.13
XYZ45.780032.063372.1826
Yxy32.06330.30510.2137
Hunter Lab56.624545.2217-35.9434
CIE-Lab63.395249.7160-37.5015

#d078dd color RGB value is (208,120,221).

#d078dd hex color red value is 208, green value is 120 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d078dd hue: 0.81 , saturation: 0.60 and the lightness value of d078dd is 0.67.

The process color (four color CMYK) of #d078dd color hex is 0.06, 0.46, 0.00, 0.13. Web safe color of #d078dd is #cc66cc. Color #d078dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111000 11011101
Octal 320 170 335
Decimal 208 120 221
Hex D0 78 DD

RGB Percentages of Color #d078dd

%37.89
%21.86
%40.26

CMYK Percentages of Color #d078dd

%6
%46
%0
%13

Triadic Colors of #d078dd

#d078dd #ddd078 #78ddd0

Analogous Colors of #d078dd

#d078dd #dd78b8 #9e78dd

Monochromatic Colors of #d078dd

#d078dd

Complementary Color

#d078dd #85dd78

#d078dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d078dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d078dd Color CSS Codes

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

#d078dd Text Font Color

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

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


#d078dd Background Color

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

This div background color is #d078dd


#d078dd Border Color

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

This div border color is #d078dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d078dd


Comments

No comments written yet.

Please login to write comment.