Color Hex Logo

#d3098d Color Hex

#D3098D
(211,9,141)
0 Favorites   0 Comments

Color spaces of #d3098d

RGB 2119141
HSL0.890.920.43
HSV321°96°83°
CMYK 0.000.960.33   0.17
XYZ31.769415.967326.6069
Yxy15.96730.42730.2148
Hunter Lab39.959171.9876-11.5071
CIE-Lab46.931675.7412-16.5351

#d3098d color RGB value is (211,9,141).

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

The process color (four color CMYK) of #d3098d color hex is 0.00, 0.96, 0.33, 0.17. Web safe color of #d3098d is #cc0099. Color #d3098d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001001 10001101
Octal 323 11 215
Decimal 211 9 141
Hex D3 9 8D

RGB Percentages of Color #d3098d

%58.45
%2.49
%39.06

CMYK Percentages of Color #d3098d

%0
%96
%33
%17

Triadic Colors of #d3098d

#d3098d #8dd309 #098dd3

Analogous Colors of #d3098d

#d3098d #d30928 #b409d3

Monochromatic Colors of #d3098d

#d3098d

Complementary Color

#d3098d #09d34f

#d3098d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3098d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3098d Color CSS Codes

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

#d3098d Text Font Color

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

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


#d3098d Background Color

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

This div background color is #d3098d


#d3098d Border Color

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

This div border color is #d3098d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3098d


Comments

No comments written yet.

Please login to write comment.