Color Hex Logo

#d78bdc Color Hex

#D78BDC
(215,139,220)
0 Favorites   0 Comments

Color spaces of #d78bdc

RGB 215139220
HSL0.820.540.70
HSV296°37°86°
CMYK 0.020.370.00   0.14
XYZ50.175238.079672.4157
Yxy38.07960.31230.2370
Hunter Lab61.708737.1478-26.3813
CIE-Lab68.079241.6877-29.6130

#d78bdc color RGB value is (215,139,220).

#d78bdc hex color red value is 215, green value is 139 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d78bdc hue: 0.82 , saturation: 0.54 and the lightness value of d78bdc is 0.70.

The process color (four color CMYK) of #d78bdc color hex is 0.02, 0.37, 0.00, 0.14. Web safe color of #d78bdc is #cc99cc. Color #d78bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001011 11011100
Octal 327 213 334
Decimal 215 139 220
Hex D7 8B DC

RGB Percentages of Color #d78bdc

%37.46
%24.22
%38.33

CMYK Percentages of Color #d78bdc

%2
%37
%0
%14

Triadic Colors of #d78bdc

#d78bdc #dcd78b #8bdcd7

Analogous Colors of #d78bdc

#d78bdc #dc8bb9 #af8bdc

Monochromatic Colors of #d78bdc

#d78bdc

Complementary Color

#d78bdc #90dc8b

#d78bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78bdc Color CSS Codes

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

#d78bdc Text Font Color

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

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


#d78bdc Background Color

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

This div background color is #d78bdc


#d78bdc Border Color

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

This div border color is #d78bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78bdc


Comments

No comments written yet.

Please login to write comment.