Color Hex Logo

#d2199e Color Hex

#D2199E
(210,25,158)
0 Favorites   0 Comments

Color spaces of #d2199e

RGB 21025158
HSL0.880.790.46
HSV317°88°82°
CMYK 0.000.880.25   0.18
XYZ33.097516.865533.8587
Yxy16.86550.39490.2012
Hunter Lab41.067671.9896-20.1350
CIE-Lab48.090175.5169-24.9980

#d2199e color RGB value is (210,25,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00011001 10011110
Octal 322 31 236
Decimal 210 25 158
Hex D2 19 9E

RGB Percentages of Color #d2199e

%53.44
%6.36
%40.20

CMYK Percentages of Color #d2199e

%0
%88
%25
%18

Triadic Colors of #d2199e

#d2199e #9ed219 #199ed2

Analogous Colors of #d2199e

#d2199e #d21942 #aa19d2

Monochromatic Colors of #d2199e

#d2199e

Complementary Color

#d2199e #19d24d

#d2199e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2199e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2199e Color CSS Codes

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

#d2199e Text Font Color

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

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


#d2199e Background Color

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

This div background color is #d2199e


#d2199e Border Color

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

This div border color is #d2199e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2199e


Comments

No comments written yet.

Please login to write comment.