Color Hex Logo

#600ebb Color Hex

#600EBB
(96,14,187)
0 Favorites   0 Comments

Color spaces of #600ebb

RGB 9614187
HSL0.750.860.39
HSV268°93°73°
CMYK 0.490.930.00   0.27
XYZ13.95056.388747.5116
Yxy6.38870.20560.0942
Hunter Lab25.275954.2866-93.7555
CIE-Lab30.372763.8645-71.7439

#600ebb color RGB value is (96,14,187).

#600ebb hex color red value is 96, green value is 14 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #600ebb hue: 0.75 , saturation: 0.86 and the lightness value of 600ebb is 0.39.

The process color (four color CMYK) of #600ebb color hex is 0.49, 0.93, 0.00, 0.27. Web safe color of #600ebb is #6600cc. Color #600ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001110 10111011
Octal 140 16 273
Decimal 96 14 187
Hex 60 E BB

RGB Percentages of Color #600ebb

%32.32
%4.71
%62.96

CMYK Percentages of Color #600ebb

%49
%93
%0
%27

Triadic Colors of #600ebb

#600ebb #bb600e #0ebb60

Analogous Colors of #600ebb

#600ebb #b70ebb #0e13bb

Monochromatic Colors of #600ebb

#600ebb

Complementary Color

#600ebb #69bb0e

#600ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#600ebb Color CSS Codes

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

#600ebb Text Font Color

<p style="color:#600ebb">Text here</p>

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


#600ebb Background Color

<div style="background-color:#600ebb">
Div content here</div>

This div background color is #600ebb


#600ebb Border Color

<div style="border:3px solid #600ebb">
Div here</div>

This div border color is #600ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,14,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #600ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #600ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #600ebb;
  box-shadow:         1px 1px 3px 2px #600ebb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600ebb


Comments

No comments written yet.

Please login to write comment.