Color Hex Logo

#d30aea Color Hex

#D30AEA
(211,10,234)
0 Favorites   0 Comments

Color spaces of #d30aea

RGB 21110234
HSL0.820.920.48
HSV294°96°92°
CMYK 0.100.960.00   0.08
XYZ41.823820.006579.4992
Yxy20.00650.29590.1416
Hunter Lab44.728688.6325-74.0701
CIE-Lab51.844687.8713-63.1199

#d30aea color RGB value is (211,10,234).

#d30aea hex color red value is 211, green value is 10 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d30aea hue: 0.82 , saturation: 0.92 and the lightness value of d30aea is 0.48.

The process color (four color CMYK) of #d30aea color hex is 0.10, 0.96, 0.00, 0.08. Web safe color of #d30aea is #cc00ff. Color #d30aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001010 11101010
Octal 323 12 352
Decimal 211 10 234
Hex D3 A EA

RGB Percentages of Color #d30aea

%46.37
%2.20
%51.43

CMYK Percentages of Color #d30aea

%10
%96
%0
%8

Triadic Colors of #d30aea

#d30aea #ead30a #0aead3

Analogous Colors of #d30aea

#d30aea #ea0a91 #630aea

Monochromatic Colors of #d30aea

#d30aea

Complementary Color

#d30aea #21ea0a

#d30aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30aea Color CSS Codes

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

#d30aea Text Font Color

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

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


#d30aea Background Color

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

This div background color is #d30aea


#d30aea Border Color

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

This div border color is #d30aea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,10,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d30aea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d30aea;
  -webkit-box-shadow: 1px 1px 3px 2px #d30aea;
  box-shadow:         1px 1px 3px 2px #d30aea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,10,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30aea


Comments

No comments written yet.

Please login to write comment.