Color Hex Logo

#d5095d Color Hex

#D5095D
(213,9,93)
0 Favorites   0 Comments

Color spaces of #d5095d

RGB 213993
HSL0.930.920.44
HSV335°96°84°
CMYK 0.000.960.56   0.16
XYZ29.514015.131811.7211
Yxy15.13180.52360.2685
Hunter Lab38.899667.35769.3647
CIE-Lab45.814272.143611.4355

#d5095d color RGB value is (213,9,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001001 01011101
Octal 325 11 135
Decimal 213 9 93
Hex D5 9 5D

RGB Percentages of Color #d5095d

%67.62
%2.86
%29.52

CMYK Percentages of Color #d5095d

%0
%96
%56
%16

Triadic Colors of #d5095d

#d5095d #5dd509 #095dd5

Analogous Colors of #d5095d

#d5095d #d51b09 #d509c3

Monochromatic Colors of #d5095d

#d5095d

Complementary Color

#d5095d #09d581

#d5095d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5095d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5095d Color CSS Codes

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

#d5095d Text Font Color

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

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


#d5095d Background Color

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

This div background color is #d5095d


#d5095d Border Color

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

This div border color is #d5095d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,9,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 #d5095d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5095d


Comments

No comments written yet.

Please login to write comment.