Color Hex Logo

#da358a Color Hex

#DA358A
(218,53,138)
0 Favorites   0 Comments

Color spaces of #da358a

RGB 21853138
HSL0.910.690.53
HSV329°76°85°
CMYK 0.000.760.37   0.15
XYZ34.774019.286625.9347
Yxy19.28660.43470.2411
Hunter Lab43.916564.4861-4.2719
CIE-Lab51.020868.7263-8.4227

#da358a color RGB value is (218,53,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110101 10001010
Octal 332 65 212
Decimal 218 53 138
Hex DA 35 8A

RGB Percentages of Color #da358a

%53.30
%12.96
%33.74

CMYK Percentages of Color #da358a

%0
%76
%37
%15

Triadic Colors of #da358a

#da358a #8ada35 #358ada

Analogous Colors of #da358a

#da358a #da3537 #d835da

Monochromatic Colors of #da358a

#da358a

Complementary Color

#da358a #35da85

#da358a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da358a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da358a Color CSS Codes

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

#da358a Text Font Color

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

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


#da358a Background Color

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

This div background color is #da358a


#da358a Border Color

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

This div border color is #da358a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,53,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 #da358a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da358a


Comments

No comments written yet.

Please login to write comment.