Color Hex Logo

#d77cbf Color Hex

#D77CBF
(215,124,191)
0 Favorites   0 Comments

Color spaces of #d77cbf

RGB 215124191
HSL0.880.530.66
HSV316°42°84°
CMYK 0.000.420.11   0.16
XYZ44.636032.624053.2347
Yxy32.62400.34210.2500
Hunter Lab57.117439.5383-15.2774
CIE-Lab63.855344.4404-19.8769

#d77cbf color RGB value is (215,124,191).

#d77cbf hex color red value is 215, green value is 124 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d77cbf hue: 0.88 , saturation: 0.53 and the lightness value of d77cbf is 0.66.

The process color (four color CMYK) of #d77cbf color hex is 0.00, 0.42, 0.11, 0.16. Web safe color of #d77cbf is #cc66cc. Color #d77cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111100 10111111
Octal 327 174 277
Decimal 215 124 191
Hex D7 7C BF

RGB Percentages of Color #d77cbf

%40.57
%23.40
%36.04

CMYK Percentages of Color #d77cbf

%0
%42
%11
%16

Triadic Colors of #d77cbf

#d77cbf #bfd77c #7cbfd7

Analogous Colors of #d77cbf

#d77cbf #d77c92 #c27cd7

Monochromatic Colors of #d77cbf

#d77cbf

Complementary Color

#d77cbf #7cd794

#d77cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d77cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d77cbf Color CSS Codes

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

#d77cbf Text Font Color

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

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


#d77cbf Background Color

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

This div background color is #d77cbf


#d77cbf Border Color

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

This div border color is #d77cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d77cbf


Comments

No comments written yet.

Please login to write comment.