Color Hex Logo

#935abe Color Hex

#935ABE
(147,90,190)
0 Favorites   0 Comments

Color spaces of #935abe

RGB 14790190
HSL0.760.430.55
HSV274°53°75°
CMYK 0.230.530.00   0.25
XYZ24.983017.233150.7248
Yxy17.23310.26880.1854
Hunter Lab41.512834.7766-43.3880
CIE-Lab48.552442.0434-43.7450

#935abe color RGB value is (147,90,190).

#935abe hex color red value is 147, green value is 90 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #935abe hue: 0.76 , saturation: 0.43 and the lightness value of 935abe is 0.55.

The process color (four color CMYK) of #935abe color hex is 0.23, 0.53, 0.00, 0.25. Web safe color of #935abe is #9966cc. Color #935abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01011010 10111110
Octal 223 132 276
Decimal 147 90 190
Hex 93 5A BE

RGB Percentages of Color #935abe

%34.43
%21.08
%44.50

CMYK Percentages of Color #935abe

%23
%53
%0
%25

Triadic Colors of #935abe

#935abe #be935a #5abe93

Analogous Colors of #935abe

#935abe #be5ab7 #615abe

Monochromatic Colors of #935abe

#935abe

Complementary Color

#935abe #85be5a

#935abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#935abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#935abe Color CSS Codes

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

#935abe Text Font Color

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

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


#935abe Background Color

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

This div background color is #935abe


#935abe Border Color

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

This div border color is #935abe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,90,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #935abe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #935abe;
  -webkit-box-shadow: 1px 1px 3px 2px #935abe;
  box-shadow:         1px 1px 3px 2px #935abe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,90,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #935abe


Comments

No comments written yet.

Please login to write comment.