Color Hex Logo

#d78bef Color Hex

#D78BEF
(215,139,239)
0 Favorites   0 Comments

Color spaces of #d78bef

RGB 215139239
HSL0.790.760.74
HSV286°42°94°
CMYK 0.100.420.00   0.06
XYZ52.836939.144386.4321
Yxy39.14430.29610.2194
Hunter Lab62.565441.2550-38.1114
CIE-Lab68.855745.3638-38.8804

#d78bef color RGB value is (215,139,239).

#d78bef hex color red value is 215, green value is 139 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d78bef hue: 0.79 , saturation: 0.76 and the lightness value of d78bef is 0.74.

The process color (four color CMYK) of #d78bef color hex is 0.10, 0.42, 0.00, 0.06. Web safe color of #d78bef is #cc99ff. Color #d78bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001011 11101111
Octal 327 213 357
Decimal 215 139 239
Hex D7 8B EF

RGB Percentages of Color #d78bef

%36.26
%23.44
%40.30

CMYK Percentages of Color #d78bef

%10
%42
%0
%6

Triadic Colors of #d78bef

#d78bef #efd78b #8befd7

Analogous Colors of #d78bef

#d78bef #ef8bd5 #a58bef

Monochromatic Colors of #d78bef

#d78bef

Complementary Color

#d78bef #a3ef8b

#d78bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78bef Color CSS Codes

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

#d78bef Text Font Color

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

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


#d78bef Background Color

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

This div background color is #d78bef


#d78bef Border Color

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

This div border color is #d78bef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,139,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78bef


Comments

No comments written yet.

Please login to write comment.