Color Hex Logo

#da309e Color Hex

#DA309E
(218,48,158)
0 Favorites   0 Comments

Color spaces of #da309e

RGB 21848158
HSL0.890.700.52
HSV321°78°85°
CMYK 0.000.780.28   0.15
XYZ36.141919.488034.2044
Yxy19.48800.40230.2169
Hunter Lab44.145268.8847-15.0372
CIE-Lab51.253372.3531-20.0037

#da309e color RGB value is (218,48,158).

#da309e hex color red value is 218, green value is 48 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #da309e hue: 0.89 , saturation: 0.70 and the lightness value of da309e is 0.52.

The process color (four color CMYK) of #da309e color hex is 0.00, 0.78, 0.28, 0.15. Web safe color of #da309e is #cc3399. Color #da309e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110000 10011110
Octal 332 60 236
Decimal 218 48 158
Hex DA 30 9E

RGB Percentages of Color #da309e

%51.42
%11.32
%37.26

CMYK Percentages of Color #da309e

%0
%78
%28
%15

Triadic Colors of #da309e

#da309e #9eda30 #309eda

Analogous Colors of #da309e

#da309e #da3049 #c130da

Monochromatic Colors of #da309e

#da309e

Complementary Color

#da309e #30da6c

#da309e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da309e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da309e Color CSS Codes

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

#da309e Text Font Color

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

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


#da309e Background Color

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

This div background color is #da309e


#da309e Border Color

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

This div border color is #da309e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da309e


Comments

No comments written yet.

Please login to write comment.