Color Hex Logo

#d7085d Color Hex

#D7085D
(215,8,93)
0 Favorites   0 Comments

Color spaces of #d7085d

RGB 215893
HSL0.930.930.44
HSV335°96°84°
CMYK 0.000.960.57   0.16
XYZ30.086915.411111.7448
Yxy15.41110.52560.2692
Hunter Lab39.257068.10439.7417
CIE-Lab46.192272.691012.0232

#d7085d color RGB value is (215,8,93).

#d7085d hex color red value is 215, green value is 8 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d7085d hue: 0.93 , saturation: 0.93 and the lightness value of d7085d is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001000 01011101
Octal 327 10 135
Decimal 215 8 93
Hex D7 8 5D

RGB Percentages of Color #d7085d

%68.04
%2.53
%29.43

CMYK Percentages of Color #d7085d

%0
%96
%57
%16

Triadic Colors of #d7085d

#d7085d #5dd708 #085dd7

Analogous Colors of #d7085d

#d7085d #d71b08 #d708c5

Monochromatic Colors of #d7085d

#d7085d

Complementary Color

#d7085d #08d782

#d7085d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7085d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7085d Color CSS Codes

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

#d7085d Text Font Color

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

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


#d7085d Background Color

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

This div background color is #d7085d


#d7085d Border Color

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

This div border color is #d7085d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7085d


Comments

No comments written yet.

Please login to write comment.