Color Hex Logo

#d70aea Color Hex

#D70AEA
(215,10,234)
0 Favorites   0 Comments

Color spaces of #d70aea

RGB 21510234
HSL0.820.920.48
HSV295°96°92°
CMYK 0.080.960.00   0.08
XYZ42.984220.604779.5535
Yxy20.60470.30030.1439
Hunter Lab45.392489.5933-72.1354
CIE-Lab52.514188.4704-62.0065

#d70aea color RGB value is (215,10,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001010 11101010
Octal 327 12 352
Decimal 215 10 234
Hex D7 A EA

RGB Percentages of Color #d70aea

%46.84
%2.18
%50.98

CMYK Percentages of Color #d70aea

%8
%96
%0
%8

Triadic Colors of #d70aea

#d70aea #ead70a #0aead7

Analogous Colors of #d70aea

#d70aea #ea0a8d #670aea

Monochromatic Colors of #d70aea

#d70aea

Complementary Color

#d70aea #1dea0a

#d70aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70aea Color CSS Codes

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

#d70aea Text Font Color

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

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


#d70aea Background Color

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

This div background color is #d70aea


#d70aea Border Color

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

This div border color is #d70aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70aea


Comments

No comments written yet.

Please login to write comment.