Color Hex Logo

#913edd Color Hex

#913EDD
(145,62,221)
0 Favorites   0 Comments

Color spaces of #913edd

RGB 14562221
HSL0.750.700.55
HSV271°72°87°
CMYK 0.340.720.00   0.13
XYZ26.450814.685469.8471
Yxy14.68540.23830.1323
Hunter Lab38.321556.1440-81.2404
CIE-Lab45.200362.6459-66.9705

#913edd color RGB value is (145,62,221).

#913edd hex color red value is 145, green value is 62 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #913edd hue: 0.75 , saturation: 0.70 and the lightness value of 913edd is 0.55.

The process color (four color CMYK) of #913edd color hex is 0.34, 0.72, 0.00, 0.13. Web safe color of #913edd is #9933cc. Color #913edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00111110 11011101
Octal 221 76 335
Decimal 145 62 221
Hex 91 3E DD

RGB Percentages of Color #913edd

%33.88
%14.49
%51.64

CMYK Percentages of Color #913edd

%34
%72
%0
%13

Triadic Colors of #913edd

#913edd #dd913e #3edd91

Analogous Colors of #913edd

#913edd #dd3eda #423edd

Monochromatic Colors of #913edd

#913edd

Complementary Color

#913edd #8add3e

#913edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#913edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#913edd Color CSS Codes

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

#913edd Text Font Color

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

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


#913edd Background Color

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

This div background color is #913edd


#913edd Border Color

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

This div border color is #913edd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,62,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #913edd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #913edd;
  -webkit-box-shadow: 1px 1px 3px 2px #913edd;
  box-shadow:         1px 1px 3px 2px #913edd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,62,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #913edd


Comments

No comments written yet.

Please login to write comment.