Color Hex Logo

#905edd Color Hex

#905EDD
(144,94,221)
0 Favorites   0 Comments

Color spaces of #905edd

RGB 14494221
HSL0.730.650.62
HSV264°57°87°
CMYK 0.350.570.00   0.13
XYZ28.555419.155270.5989
Yxy19.15520.24140.1619
Hunter Lab43.766739.8701-65.0026
CIE-Lab50.868346.6526-57.8147

#905edd color RGB value is (144,94,221).

#905edd hex color red value is 144, green value is 94 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #905edd hue: 0.73 , saturation: 0.65 and the lightness value of 905edd is 0.62.

The process color (four color CMYK) of #905edd color hex is 0.35, 0.57, 0.00, 0.13. Web safe color of #905edd is #9966cc. Color #905edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 01011110 11011101
Octal 220 136 335
Decimal 144 94 221
Hex 90 5E DD

RGB Percentages of Color #905edd

%31.37
%20.48
%48.15

CMYK Percentages of Color #905edd

%35
%57
%0
%13

Triadic Colors of #905edd

#905edd #dd905e #5edd90

Analogous Colors of #905edd

#905edd #d05edd #5e6cdd

Monochromatic Colors of #905edd

#905edd

Complementary Color

#905edd #abdd5e

#905edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#905edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#905edd Color CSS Codes

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

#905edd Text Font Color

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

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


#905edd Background Color

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

This div background color is #905edd


#905edd Border Color

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

This div border color is #905edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #905edd


Comments

No comments written yet.

Please login to write comment.