Color Hex Logo

#da258a Color Hex

#DA258A
(218,37,138)
0 Favorites   0 Comments

Color spaces of #da258a

RGB 21837138
HSL0.910.710.50
HSV327°83°85°
CMYK 0.000.830.37   0.15
XYZ34.162518.063525.7308
Yxy18.06350.43820.2317
Hunter Lab42.501269.1015-6.1442
CIE-Lab49.573072.8583-10.5931

#da258a color RGB value is (218,37,138).

#da258a hex color red value is 218, green value is 37 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #da258a hue: 0.91 , saturation: 0.71 and the lightness value of da258a is 0.50.

The process color (four color CMYK) of #da258a color hex is 0.00, 0.83, 0.37, 0.15. Web safe color of #da258a is #cc3399. Color #da258a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100101 10001010
Octal 332 45 212
Decimal 218 37 138
Hex DA 25 8A

RGB Percentages of Color #da258a

%55.47
%9.41
%35.11

CMYK Percentages of Color #da258a

%0
%83
%37
%15

Triadic Colors of #da258a

#da258a #8ada25 #258ada

Analogous Colors of #da258a

#da258a #da252f #d025da

Monochromatic Colors of #da258a

#da258a

Complementary Color

#da258a #25da75

#da258a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da258a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da258a Color CSS Codes

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

#da258a Text Font Color

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

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


#da258a Background Color

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

This div background color is #da258a


#da258a Border Color

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

This div border color is #da258a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da258a


Comments

No comments written yet.

Please login to write comment.