Color Hex Logo

#d50aea Color Hex

#D50AEA
(213,10,234)
0 Favorites   0 Comments

Color spaces of #d50aea

RGB 21310234
HSL0.820.920.48
HSV294°96°92°
CMYK 0.090.960.00   0.08
XYZ42.400420.303779.5262
Yxy20.30370.29810.1428
Hunter Lab45.059689.1113-73.0998
CIE-Lab52.178988.1700-62.5639

#d50aea color RGB value is (213,10,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001010 11101010
Octal 325 12 352
Decimal 213 10 234
Hex D5 A EA

RGB Percentages of Color #d50aea

%46.61
%2.19
%51.20

CMYK Percentages of Color #d50aea

%9
%96
%0
%8

Triadic Colors of #d50aea

#d50aea #ead50a #0aead5

Analogous Colors of #d50aea

#d50aea #ea0a8f #650aea

Monochromatic Colors of #d50aea

#d50aea

Complementary Color

#d50aea #1fea0a

#d50aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50aea Color CSS Codes

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

#d50aea Text Font Color

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

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


#d50aea Background Color

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

This div background color is #d50aea


#d50aea Border Color

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

This div border color is #d50aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50aea


Comments

No comments written yet.

Please login to write comment.