Color Hex Logo

#d73aea Color Hex

#D73AEA
(215,58,234)
0 Favorites   0 Comments

Color spaces of #d73aea

RGB 21558234
HSL0.820.810.57
HSV294°75°92°
CMYK 0.080.750.00   0.08
XYZ44.388723.413780.0217
Yxy23.41370.30030.1584
Hunter Lab48.387779.0694-64.1801
CIE-Lab55.495979.7531-57.2181

#d73aea color RGB value is (215,58,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111010 11101010
Octal 327 72 352
Decimal 215 58 234
Hex D7 3A EA

RGB Percentages of Color #d73aea

%42.41
%11.44
%46.15

CMYK Percentages of Color #d73aea

%8
%75
%0
%8

Triadic Colors of #d73aea

#d73aea #ead73a #3aead7

Analogous Colors of #d73aea

#d73aea #ea3aa5 #7f3aea

Monochromatic Colors of #d73aea

#d73aea

Complementary Color

#d73aea #4dea3a

#d73aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73aea Color CSS Codes

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

#d73aea Text Font Color

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

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


#d73aea Background Color

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

This div background color is #d73aea


#d73aea Border Color

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

This div border color is #d73aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73aea


Comments

No comments written yet.

Please login to write comment.