Color Hex Logo

#da30ed Color Hex

#DA30ED
(218,48,237)
0 Favorites   0 Comments

Color spaces of #da30ed

RGB 21848237
HSL0.820.840.56
HSV294°80°93°
CMYK 0.080.800.00   0.07
XYZ45.256523.133882.2007
Yxy23.13380.30050.1536
Hunter Lab48.097683.7853-67.6606
CIE-Lab55.209983.4977-59.3349

#da30ed color RGB value is (218,48,237).

#da30ed hex color red value is 218, green value is 48 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #da30ed hue: 0.82 , saturation: 0.84 and the lightness value of da30ed is 0.56.

The process color (four color CMYK) of #da30ed color hex is 0.08, 0.80, 0.00, 0.07. Web safe color of #da30ed is #cc33ff. Color #da30ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110000 11101101
Octal 332 60 355
Decimal 218 48 237
Hex DA 30 ED

RGB Percentages of Color #da30ed

%43.34
%9.54
%47.12

CMYK Percentages of Color #da30ed

%8
%80
%0
%7

Triadic Colors of #da30ed

#da30ed #edda30 #30edda

Analogous Colors of #da30ed

#da30ed #ed30a2 #7c30ed

Monochromatic Colors of #da30ed

#da30ed

Complementary Color

#da30ed #43ed30

#da30ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da30ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#da30ed Color CSS Codes

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

#da30ed Text Font Color

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

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


#da30ed Background Color

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

This div background color is #da30ed


#da30ed Border Color

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

This div border color is #da30ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da30ed


Comments

No comments written yet.

Please login to write comment.