Color Hex Logo

#d78acb Color Hex

#D78ACB
(215,138,203)
0 Favorites   0 Comments

Color spaces of #d78acb

RGB 215138203
HSL0.860.490.69
HSV309°36°84°
CMYK 0.000.360.06   0.16
XYZ47.892336.935861.1050
Yxy36.93580.32820.2531
Hunter Lab60.774834.3071-17.0697
CIE-Lab67.228839.1292-21.4710

#d78acb color RGB value is (215,138,203).

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

The process color (four color CMYK) of #d78acb color hex is 0.00, 0.36, 0.06, 0.16. Web safe color of #d78acb is #cc99cc. Color #d78acb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001010 11001011
Octal 327 212 313
Decimal 215 138 203
Hex D7 8A CB

RGB Percentages of Color #d78acb

%38.67
%24.82
%36.51

CMYK Percentages of Color #d78acb

%0
%36
%6
%16

Triadic Colors of #d78acb

#d78acb #cbd78a #8acbd7

Analogous Colors of #d78acb

#d78acb #d78aa5 #bd8ad7

Monochromatic Colors of #d78acb

#d78acb

Complementary Color

#d78acb #8ad796

#d78acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78acb Color CSS Codes

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

#d78acb Text Font Color

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

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


#d78acb Background Color

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

This div background color is #d78acb


#d78acb Border Color

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

This div border color is #d78acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78acb


Comments

No comments written yet.

Please login to write comment.