Color Hex Logo

#d5099b Color Hex

#D5099B
(213,9,155)
0 Favorites   0 Comments

Color spaces of #d5099b

RGB 2139155
HSL0.880.920.44
HSV317°96°84°
CMYK 0.000.960.27   0.16
XYZ33.454716.708132.4721
Yxy16.70810.40480.2022
Hunter Lab40.875574.5616-18.4879
CIE-Lab47.890177.6399-23.4673

#d5099b color RGB value is (213,9,155).

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

The process color (four color CMYK) of #d5099b color hex is 0.00, 0.96, 0.27, 0.16. Web safe color of #d5099b is #cc0099. Color #d5099b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001001 10011011
Octal 325 11 233
Decimal 213 9 155
Hex D5 9 9B

RGB Percentages of Color #d5099b

%56.50
%2.39
%41.11

CMYK Percentages of Color #d5099b

%0
%96
%27
%16

Triadic Colors of #d5099b

#d5099b #9bd509 #099bd5

Analogous Colors of #d5099b

#d5099b #d50935 #a909d5

Monochromatic Colors of #d5099b

#d5099b

Complementary Color

#d5099b #09d543

#d5099b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5099b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5099b Color CSS Codes

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

#d5099b Text Font Color

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

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


#d5099b Background Color

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

This div background color is #d5099b


#d5099b Border Color

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

This div border color is #d5099b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5099b


Comments

No comments written yet.

Please login to write comment.