Color Hex Logo

#d3199f Color Hex

#D3199F
(211,25,159)
0 Favorites   0 Comments

Color spaces of #d3199f

RGB 21125159
HSL0.880.790.46
HSV317°88°83°
CMYK 0.000.880.25   0.17
XYZ33.469617.047334.3273
Yxy17.04730.39450.2009
Hunter Lab41.288472.4428-20.3920
CIE-Lab48.319675.8412-25.2246

#d3199f color RGB value is (211,25,159).

#d3199f hex color red value is 211, green value is 25 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #d3199f hue: 0.88 , saturation: 0.79 and the lightness value of d3199f is 0.46.

The process color (four color CMYK) of #d3199f color hex is 0.00, 0.88, 0.25, 0.17. Web safe color of #d3199f is #cc0099. Color #d3199f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00011001 10011111
Octal 323 31 237
Decimal 211 25 159
Hex D3 19 9F

RGB Percentages of Color #d3199f

%53.42
%6.33
%40.25

CMYK Percentages of Color #d3199f

%0
%88
%25
%17

Triadic Colors of #d3199f

#d3199f #9fd319 #199fd3

Analogous Colors of #d3199f

#d3199f #d31942 #aa19d3

Monochromatic Colors of #d3199f

#d3199f

Complementary Color

#d3199f #19d34d

#d3199f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3199f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3199f Color CSS Codes

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

#d3199f Text Font Color

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

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


#d3199f Background Color

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

This div background color is #d3199f


#d3199f Border Color

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

This div border color is #d3199f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,25,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3199f


Comments

No comments written yet.

Please login to write comment.