color codes Logo

#d76e9d color codes

#D76E9D
(215,110,157)
0 Favorites   0 Comments

Color spaces of #d76e9d

RGB 215110157
HSL0.930.570.64
HSV333°49°84°
CMYK 0.000.490.27   0.16
XYZ39.686128.033335.2176
Yxy28.03330.38550.2723
Hunter Lab52.946541.1385-2.3745
CIE-Lab59.918846.4754-6.3926

#d76e9d color RGB value is (215,110,157).

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

The process color (four color CMYK) of #d76e9d color code is 0.00, 0.49, 0.27, 0.16. Web safe color of #d76e9d is #cc6699. Color #d76e9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101110 10011101
Octal 327 156 235
Decimal 215 110 157
Hex D7 6E 9D

RGB Percentages of Color #d76e9d

%44.61
%22.82
%32.57

CMYK Percentages of Color #d76e9d

%0
%49
%27
%16

Triadic Colors of #d76e9d

#d76e9d #9dd76e #6e9dd7

Analogous Colors of #d76e9d

#d76e9d #d7746e #d76ed2

Monochromatic Colors of #d76e9d

#d76e9d

Complementary Color

#d76e9d #6ed7a8

#d76e9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76e9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76e9d Color CSS Codes

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

#d76e9d Text Font Color

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

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


#d76e9d Background Color

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

This div background color is #d76e9d


#d76e9d Border Color

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

This div border color is #d76e9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76e9d


Comments

No comments written yet.

Please login to write comment.