Color Hex Logo

#d76abc Color Hex

#D76ABC
(215,106,188)
0 Favorites   0 Comments

Color spaces of #d76abc

RGB 215106188
HSL0.870.580.63
HSV315°51°84°
CMYK 0.000.510.13   0.16
XYZ42.255528.386050.8289
Yxy28.38600.34790.2337
Hunter Lab53.278548.3320-19.2690
CIE-Lab60.235953.0058-23.7071

#d76abc color RGB value is (215,106,188).

#d76abc hex color red value is 215, green value is 106 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #d76abc hue: 0.87 , saturation: 0.58 and the lightness value of d76abc is 0.63.

The process color (four color CMYK) of #d76abc color hex is 0.00, 0.51, 0.13, 0.16. Web safe color of #d76abc is #cc66cc. Color #d76abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101010 10111100
Octal 327 152 274
Decimal 215 106 188
Hex D7 6A BC

RGB Percentages of Color #d76abc

%42.24
%20.83
%36.94

CMYK Percentages of Color #d76abc

%0
%51
%13
%16

Triadic Colors of #d76abc

#d76abc #bcd76a #6abcd7

Analogous Colors of #d76abc

#d76abc #d76a86 #bc6ad7

Monochromatic Colors of #d76abc

#d76abc

Complementary Color

#d76abc #6ad785

#d76abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76abc Color CSS Codes

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

#d76abc Text Font Color

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

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


#d76abc Background Color

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

This div background color is #d76abc


#d76abc Border Color

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

This div border color is #d76abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76abc


Comments

No comments written yet.

Please login to write comment.