Color Hex Logo

#600ebe Color Hex

#600EBE
(96,14,190)
0 Favorites   0 Comments

Color spaces of #600ebe

RGB 9614190
HSL0.740.860.40
HSV268°93°75°
CMYK 0.490.930.00   0.25
XYZ14.27526.518649.2210
Yxy6.51860.20390.0931
Hunter Lab25.531555.1227-96.4301
CIE-Lab30.684964.5495-73.0036

#600ebe color RGB value is (96,14,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001110 10111110
Octal 140 16 276
Decimal 96 14 190
Hex 60 E BE

RGB Percentages of Color #600ebe

%32.00
%4.67
%63.33

CMYK Percentages of Color #600ebe

%49
%93
%0
%25

Triadic Colors of #600ebe

#600ebe #be600e #0ebe60

Analogous Colors of #600ebe

#600ebe #b80ebe #0e14be

Monochromatic Colors of #600ebe

#600ebe

Complementary Color

#600ebe #6cbe0e

#600ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#600ebe Color CSS Codes

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

#600ebe Text Font Color

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

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


#600ebe Background Color

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

This div background color is #600ebe


#600ebe Border Color

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

This div border color is #600ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,14,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 #600ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600ebe


Comments

No comments written yet.

Please login to write comment.