Color Hex Logo

#935acc Color Hex

#935ACC
(147,90,204)
0 Favorites   0 Comments

Color spaces of #935acc

RGB 14790204
HSL0.750.530.58
HSV270°56°80°
CMYK 0.280.560.00   0.20
XYZ26.587917.875059.1756
Yxy17.87500.25650.1725
Hunter Lab42.278838.2654-53.3901
CIE-Lab49.344145.3473-50.5517

#935acc color RGB value is (147,90,204).

#935acc hex color red value is 147, green value is 90 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #935acc hue: 0.75 , saturation: 0.53 and the lightness value of 935acc is 0.58.

The process color (four color CMYK) of #935acc color hex is 0.28, 0.56, 0.00, 0.20. Web safe color of #935acc is #9966cc. Color #935acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01011010 11001100
Octal 223 132 314
Decimal 147 90 204
Hex 93 5A CC

RGB Percentages of Color #935acc

%33.33
%20.41
%46.26

CMYK Percentages of Color #935acc

%28
%56
%0
%20

Triadic Colors of #935acc

#935acc #cc935a #5acc93

Analogous Colors of #935acc

#935acc #cc5acc #5a5acc

Monochromatic Colors of #935acc

#935acc

Complementary Color

#935acc #93cc5a

#935acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#935acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#935acc Color CSS Codes

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

#935acc Text Font Color

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

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


#935acc Background Color

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

This div background color is #935acc


#935acc Border Color

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

This div border color is #935acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #935acc


Comments

No comments written yet.

Please login to write comment.