Color Hex Logo

#da2193 Color Hex

#DA2193
(218,33,147)
0 Favorites   0 Comments

Color spaces of #da2193

RGB 21833147
HSL0.900.740.49
HSV323°85°85°
CMYK 0.000.850.33   0.15
XYZ34.723818.099729.2672
Yxy18.09970.42300.2205
Hunter Lab42.543771.2385-11.0069
CIE-Lab49.616874.6060-15.9411

#da2193 color RGB value is (218,33,147).

#da2193 hex color red value is 218, green value is 33 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #da2193 hue: 0.90 , saturation: 0.74 and the lightness value of da2193 is 0.49.

The process color (four color CMYK) of #da2193 color hex is 0.00, 0.85, 0.33, 0.15. Web safe color of #da2193 is #cc3399. Color #da2193 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100001 10010011
Octal 332 41 223
Decimal 218 33 147
Hex DA 21 93

RGB Percentages of Color #da2193

%54.77
%8.29
%36.93

CMYK Percentages of Color #da2193

%0
%85
%33
%15

Triadic Colors of #da2193

#da2193 #93da21 #2193da

Analogous Colors of #da2193

#da2193 #da2137 #c521da

Monochromatic Colors of #da2193

#da2193

Complementary Color

#da2193 #21da68

#da2193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2193 Color CSS Codes

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

#da2193 Text Font Color

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

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


#da2193 Background Color

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

This div background color is #da2193


#da2193 Border Color

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

This div border color is #da2193


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,33,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da2193; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da2193;
  -webkit-box-shadow: 1px 1px 3px 2px #da2193;
  box-shadow:         1px 1px 3px 2px #da2193; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,33,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2193


Comments

No comments written yet.

Please login to write comment.