Color Hex Logo

#d5098d Color Hex

#D5098D
(213,9,141)
0 Favorites   0 Comments

Color spaces of #d5098d

RGB 2139141
HSL0.890.920.44
HSV321°96°84°
CMYK 0.000.960.34   0.16
XYZ32.346016.264626.6339
Yxy16.26460.42990.2162
Hunter Lab40.329472.5886-10.9251
CIE-Lab47.319776.1547-15.9081

#d5098d color RGB value is (213,9,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001001 10001101
Octal 325 11 215
Decimal 213 9 141
Hex D5 9 8D

RGB Percentages of Color #d5098d

%58.68
%2.48
%38.84

CMYK Percentages of Color #d5098d

%0
%96
%34
%16

Triadic Colors of #d5098d

#d5098d #8dd509 #098dd5

Analogous Colors of #d5098d

#d5098d #d50927 #b709d5

Monochromatic Colors of #d5098d

#d5098d

Complementary Color

#d5098d #09d551

#d5098d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5098d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5098d Color CSS Codes

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

#d5098d Text Font Color

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

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


#d5098d Background Color

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

This div background color is #d5098d


#d5098d Border Color

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

This div border color is #d5098d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5098d


Comments

No comments written yet.

Please login to write comment.