Color Hex Logo

#d76bae Color Hex

#D76BAE
(215,107,174)
0 Favorites   0 Comments

Color spaces of #d76bae

RGB 215107174
HSL0.900.570.63
HSV323°50°84°
CMYK 0.000.500.19   0.16
XYZ40.922028.018543.2957
Yxy28.01850.36460.2496
Hunter Lab52.932545.3661-11.4430
CIE-Lab59.905450.3728-16.1988

#d76bae color RGB value is (215,107,174).

#d76bae hex color red value is 215, green value is 107 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d76bae hue: 0.90 , saturation: 0.57 and the lightness value of d76bae is 0.63.

The process color (four color CMYK) of #d76bae color hex is 0.00, 0.50, 0.19, 0.16. Web safe color of #d76bae is #cc6699. Color #d76bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101011 10101110
Octal 327 153 256
Decimal 215 107 174
Hex D7 6B AE

RGB Percentages of Color #d76bae

%43.35
%21.57
%35.08

CMYK Percentages of Color #d76bae

%0
%50
%19
%16

Triadic Colors of #d76bae

#d76bae #aed76b #6baed7

Analogous Colors of #d76bae

#d76bae #d76b78 #ca6bd7

Monochromatic Colors of #d76bae

#d76bae

Complementary Color

#d76bae #6bd794

#d76bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76bae Color CSS Codes

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

#d76bae Text Font Color

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

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


#d76bae Background Color

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

This div background color is #d76bae


#d76bae Border Color

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

This div border color is #d76bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76bae


Comments

No comments written yet.

Please login to write comment.