Color Hex Logo

#d76691 Color Hex

#D76691
(215,102,145)
0 Favorites   0 Comments

Color spaces of #d76691

RGB 215102145
HSL0.940.590.62
HSV337°53°84°
CMYK 0.000.530.33   0.16
XYZ37.886525.994129.8086
Yxy25.99410.40440.2775
Hunter Lab50.984443.42061.0245
CIE-Lab58.031448.8742-2.2241

#d76691 color RGB value is (215,102,145).

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

The process color (four color CMYK) of #d76691 color hex is 0.00, 0.53, 0.33, 0.16. Web safe color of #d76691 is #cc6699. Color #d76691 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100110 10010001
Octal 327 146 221
Decimal 215 102 145
Hex D7 66 91

RGB Percentages of Color #d76691

%46.54
%22.08
%31.39

CMYK Percentages of Color #d76691

%0
%53
%33
%16

Triadic Colors of #d76691

#d76691 #91d766 #6691d7

Analogous Colors of #d76691

#d76691 #d77466 #d766ca

Monochromatic Colors of #d76691

#d76691

Complementary Color

#d76691 #66d7ac

#d76691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76691 Color CSS Codes

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

#d76691 Text Font Color

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

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


#d76691 Background Color

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

This div background color is #d76691


#d76691 Border Color

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

This div border color is #d76691


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76691


Comments

No comments written yet.

Please login to write comment.