Color Hex Logo

#d7097b Color Hex

#D7097B
(215,9,123)
0 Favorites   0 Comments

Color spaces of #d7097b

RGB 2159123
HSL0.910.920.44
HSV327°96°84°
CMYK 0.000.960.43   0.16
XYZ31.697216.072520.1706
Yxy16.07250.46650.2366
Hunter Lab40.090570.9710-1.7670
CIE-Lab47.069574.8837-5.2713

#d7097b color RGB value is (215,9,123).

#d7097b hex color red value is 215, green value is 9 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #d7097b hue: 0.91 , saturation: 0.92 and the lightness value of d7097b is 0.44.

The process color (four color CMYK) of #d7097b color hex is 0.00, 0.96, 0.43, 0.16. Web safe color of #d7097b is #cc0066. Color #d7097b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001001 01111011
Octal 327 11 173
Decimal 215 9 123
Hex D7 9 7B

RGB Percentages of Color #d7097b

%61.96
%2.59
%35.45

CMYK Percentages of Color #d7097b

%0
%96
%43
%16

Triadic Colors of #d7097b

#d7097b #7bd709 #097bd7

Analogous Colors of #d7097b

#d7097b #d70914 #cc09d7

Monochromatic Colors of #d7097b

#d7097b

Complementary Color

#d7097b #09d765

#d7097b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7097b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7097b Color CSS Codes

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

#d7097b Text Font Color

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

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


#d7097b Background Color

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

This div background color is #d7097b


#d7097b Border Color

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

This div border color is #d7097b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7097b


Comments

No comments written yet.

Please login to write comment.