Color Hex Logo

#60236e Color Hex

#60236E
(96,35,110)
0 Favorites   0 Comments

Color spaces of #60236e

RGB 9635110
HSL0.800.520.28
HSV289°68°43°
CMYK 0.130.680.00   0.57
XYZ8.23944.814615.2469
Yxy4.81460.29110.1701
Hunter Lab21.942228.6288-25.8391
CIE-Lab26.199939.3908-31.0989

#60236e color RGB value is (96,35,110).

#60236e hex color red value is 96, green value is 35 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #60236e hue: 0.80 , saturation: 0.52 and the lightness value of 60236e is 0.28.

The process color (four color CMYK) of #60236e color hex is 0.13, 0.68, 0.00, 0.57. Web safe color of #60236e is #663366. Color #60236e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100011 01101110
Octal 140 43 156
Decimal 96 35 110
Hex 60 23 6E

RGB Percentages of Color #60236e

%39.83
%14.52
%45.64

CMYK Percentages of Color #60236e

%13
%68
%0
%57

Triadic Colors of #60236e

#60236e #6e6023 #236e60

Analogous Colors of #60236e

#60236e #6e2357 #3b236e

Monochromatic Colors of #60236e

#60236e

Complementary Color

#60236e #316e23

#60236e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60236e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60236e Color CSS Codes

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

#60236e Text Font Color

<p style="color:#60236e">Text here</p>

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


#60236e Background Color

<div style="background-color:#60236e">
Div content here</div>

This div background color is #60236e


#60236e Border Color

<div style="border:3px solid #60236e">
Div here</div>

This div border color is #60236e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,35,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60236e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60236e;
  -webkit-box-shadow: 1px 1px 3px 2px #60236e;
  box-shadow:         1px 1px 3px 2px #60236e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60236e


Comments

No comments written yet.

Please login to write comment.