Color Hex Logo

#d76382 Color Hex

#D76382
(215,99,130)
0 Favorites   0 Comments

Color spaces of #d76382

RGB 21599130
HSL0.960.590.62
HSV344°54°84°
CMYK 0.000.540.40   0.16
XYZ36.515424.982524.0166
Yxy24.98250.42700.2921
Hunter Lab49.982542.93636.4989
CIE-Lab57.058448.57505.1218

#d76382 color RGB value is (215,99,130).

#d76382 hex color red value is 215, green value is 99 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #d76382 hue: 0.96 , saturation: 0.59 and the lightness value of d76382 is 0.62.

The process color (four color CMYK) of #d76382 color hex is 0.00, 0.54, 0.40, 0.16. Web safe color of #d76382 is #cc6699. Color #d76382 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100011 10000010
Octal 327 143 202
Decimal 215 99 130
Hex D7 63 82

RGB Percentages of Color #d76382

%48.42
%22.30
%29.28

CMYK Percentages of Color #d76382

%0
%54
%40
%16

Triadic Colors of #d76382

#d76382 #82d763 #6382d7

Analogous Colors of #d76382

#d76382 #d77e63 #d763bc

Monochromatic Colors of #d76382

#d76382

Complementary Color

#d76382 #63d7b8

#d76382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76382 Color CSS Codes

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

#d76382 Text Font Color

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

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


#d76382 Background Color

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

This div background color is #d76382


#d76382 Border Color

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

This div border color is #d76382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76382


Comments

No comments written yet.

Please login to write comment.