Color Hex Logo

#d778eb Color Hex

#D778EB
(215,120,235)
0 Favorites   0 Comments

Color spaces of #d778eb

RGB 215120235
HSL0.800.740.70
HSV290°49°92°
CMYK 0.090.490.00   0.08
XYZ49.736233.878282.5150
Yxy33.87820.29940.2039
Hunter Lab58.205050.6697-43.3097
CIE-Lab64.865854.3568-42.9186

#d778eb color RGB value is (215,120,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111000 11101011
Octal 327 170 353
Decimal 215 120 235
Hex D7 78 EB

RGB Percentages of Color #d778eb

%37.72
%21.05
%41.23

CMYK Percentages of Color #d778eb

%9
%49
%0
%8

Triadic Colors of #d778eb

#d778eb #ebd778 #78ebd7

Analogous Colors of #d778eb

#d778eb #eb78c6 #9e78eb

Monochromatic Colors of #d778eb

#d778eb

Complementary Color

#d778eb #8ceb78

#d778eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d778eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d778eb Color CSS Codes

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

#d778eb Text Font Color

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

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


#d778eb Background Color

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

This div background color is #d778eb


#d778eb Border Color

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

This div border color is #d778eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d778eb


Comments

No comments written yet.

Please login to write comment.