Color Hex Logo

#d878eb Color Hex

#D878EB
(216,120,235)
0 Favorites   0 Comments

Color spaces of #d878eb

RGB 216120235
HSL0.810.740.70
HSV290°49°92°
CMYK 0.080.490.00   0.08
XYZ50.030834.030082.5288
Yxy34.03000.30030.2043
Hunter Lab58.335251.0026-43.0449
CIE-Lab64.986454.6310-42.7209

#d878eb color RGB value is (216,120,235).

#d878eb hex color red value is 216, green value is 120 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d878eb hue: 0.81 , saturation: 0.74 and the lightness value of d878eb is 0.70.

The process color (four color CMYK) of #d878eb color hex is 0.08, 0.49, 0.00, 0.08. Web safe color of #d878eb is #cc66ff. Color #d878eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111000 11101011
Octal 330 170 353
Decimal 216 120 235
Hex D8 78 EB

RGB Percentages of Color #d878eb

%37.83
%21.02
%41.16

CMYK Percentages of Color #d878eb

%8
%49
%0
%8

Triadic Colors of #d878eb

#d878eb #ebd878 #78ebd8

Analogous Colors of #d878eb

#d878eb #eb78c5 #9f78eb

Monochromatic Colors of #d878eb

#d878eb

Complementary Color

#d878eb #8beb78

#d878eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d878eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d878eb Color CSS Codes

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

#d878eb Text Font Color

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

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


#d878eb Background Color

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

This div background color is #d878eb


#d878eb Border Color

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

This div border color is #d878eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d878eb


Comments

No comments written yet.

Please login to write comment.