Color Hex Logo

#936ea5 Color Hex

#936EA5
(147,110,165)
0 Favorites   0 Comments

Color spaces of #936ea5

RGB 147110165
HSL0.780.230.54
HSV280°33°65°
CMYK 0.110.330.00   0.35
XYZ24.400120.071538.1855
Yxy20.07150.29520.2428
Hunter Lab44.801218.8143-19.1739
CIE-Lab51.918025.0262-23.9402

#936ea5 color RGB value is (147,110,165).

#936ea5 hex color red value is 147, green value is 110 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #936ea5 hue: 0.78 , saturation: 0.23 and the lightness value of 936ea5 is 0.54.

The process color (four color CMYK) of #936ea5 color hex is 0.11, 0.33, 0.00, 0.35. Web safe color of #936ea5 is #996699. Color #936ea5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01101110 10100101
Octal 223 156 245
Decimal 147 110 165
Hex 93 6E A5

RGB Percentages of Color #936ea5

%34.83
%26.07
%39.10

CMYK Percentages of Color #936ea5

%11
%33
%0
%35

Triadic Colors of #936ea5

#936ea5 #a5936e #6ea593

Analogous Colors of #936ea5

#936ea5 #a56e9c #786ea5

Monochromatic Colors of #936ea5

#936ea5

Complementary Color

#936ea5 #80a56e

#936ea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#936ea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#936ea5 Color CSS Codes

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

#936ea5 Text Font Color

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

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


#936ea5 Background Color

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

This div background color is #936ea5


#936ea5 Border Color

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

This div border color is #936ea5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,110,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #936ea5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #936ea5;
  -webkit-box-shadow: 1px 1px 3px 2px #936ea5;
  box-shadow:         1px 1px 3px 2px #936ea5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #936ea5


Comments

No comments written yet.

Please login to write comment.