Color Hex Logo

#d76ebf Color Hex

#D76EBF
(215,110,191)
0 Favorites   0 Comments

Color spaces of #d76ebf

RGB 215110191
HSL0.870.570.64
HSV314°49°84°
CMYK 0.000.490.11   0.16
XYZ43.004229.360552.6908
Yxy29.36050.34390.2348
Hunter Lab54.185346.8422-19.7249
CIE-Lab61.098551.5283-24.0916

#d76ebf color RGB value is (215,110,191).

#d76ebf hex color red value is 215, green value is 110 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d76ebf hue: 0.87 , saturation: 0.57 and the lightness value of d76ebf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101110 10111111
Octal 327 156 277
Decimal 215 110 191
Hex D7 6E BF

RGB Percentages of Color #d76ebf

%41.67
%21.32
%37.02

CMYK Percentages of Color #d76ebf

%0
%49
%11
%16

Triadic Colors of #d76ebf

#d76ebf #bfd76e #6ebfd7

Analogous Colors of #d76ebf

#d76ebf #d76e8b #bb6ed7

Monochromatic Colors of #d76ebf

#d76ebf

Complementary Color

#d76ebf #6ed786

#d76ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76ebf Color CSS Codes

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

#d76ebf Text Font Color

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

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


#d76ebf Background Color

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

This div background color is #d76ebf


#d76ebf Border Color

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

This div border color is #d76ebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,110,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 #d76ebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76ebf


Comments

No comments written yet.

Please login to write comment.