Color Hex Logo

#d78bbc Color Hex

#D78BBC
(215,139,188)
0 Favorites   0 Comments

Color spaces of #d78bbc

RGB 215139188
HSL0.890.490.69
HSV321°35°84°
CMYK 0.000.350.13   0.16
XYZ46.334136.543252.1884
Yxy36.54320.34300.2706
Hunter Lab60.451031.0264-8.8704
CIE-Lab66.932936.0421-13.5316

#d78bbc color RGB value is (215,139,188).

#d78bbc hex color red value is 215, green value is 139 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d78bbc hue: 0.89 , saturation: 0.49 and the lightness value of d78bbc is 0.69.

The process color (four color CMYK) of #d78bbc color hex is 0.00, 0.35, 0.13, 0.16. Web safe color of #d78bbc is #cc99cc. Color #d78bbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001011 10111100
Octal 327 213 274
Decimal 215 139 188
Hex D7 8B BC

RGB Percentages of Color #d78bbc

%39.67
%25.65
%34.69

CMYK Percentages of Color #d78bbc

%0
%35
%13
%16

Triadic Colors of #d78bbc

#d78bbc #bcd78b #8bbcd7

Analogous Colors of #d78bbc

#d78bbc #d78b96 #cc8bd7

Monochromatic Colors of #d78bbc

#d78bbc

Complementary Color

#d78bbc #8bd7a6

#d78bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78bbc Color CSS Codes

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

#d78bbc Text Font Color

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

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


#d78bbc Background Color

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

This div background color is #d78bbc


#d78bbc Border Color

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

This div border color is #d78bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78bbc


Comments

No comments written yet.

Please login to write comment.