Color Hex Logo

#da228e Color Hex

#DA228E
(218,34,142)
0 Favorites   0 Comments

Color spaces of #da228e

RGB 21834142
HSL0.900.730.49
HSV325°84°85°
CMYK 0.000.840.35   0.15
XYZ34.368018.002527.2546
Yxy18.00250.43160.2261
Hunter Lab42.429470.3346-8.3845
CIE-Lab49.499173.8882-13.1148

#da228e color RGB value is (218,34,142).

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

The process color (four color CMYK) of #da228e color hex is 0.00, 0.84, 0.35, 0.15. Web safe color of #da228e is #cc3399. Color #da228e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100010 10001110
Octal 332 42 216
Decimal 218 34 142
Hex DA 22 8E

RGB Percentages of Color #da228e

%55.33
%8.63
%36.04

CMYK Percentages of Color #da228e

%0
%84
%35
%15

Triadic Colors of #da228e

#da228e #8eda22 #228eda

Analogous Colors of #da228e

#da228e #da2232 #ca22da

Monochromatic Colors of #da228e

#da228e

Complementary Color

#da228e #22da6e

#da228e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da228e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da228e Color CSS Codes

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

#da228e Text Font Color

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

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


#da228e Background Color

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

This div background color is #da228e


#da228e Border Color

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

This div border color is #da228e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da228e


Comments

No comments written yet.

Please login to write comment.