Color Hex Logo

#600ebd Color Hex

#600EBD
(96,14,189)
0 Favorites   0 Comments

Color spaces of #600ebd

RGB 9614189
HSL0.740.860.40
HSV268°93°74°
CMYK 0.490.930.00   0.26
XYZ14.16626.475048.6473
Yxy6.47500.20450.0934
Hunter Lab25.446054.8432-95.5375
CIE-Lab30.580564.3209-72.5847

#600ebd color RGB value is (96,14,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001110 10111101
Octal 140 16 275
Decimal 96 14 189
Hex 60 E BD

RGB Percentages of Color #600ebd

%32.11
%4.68
%63.21

CMYK Percentages of Color #600ebd

%49
%93
%0
%26

Triadic Colors of #600ebd

#600ebd #bd600e #0ebd60

Analogous Colors of #600ebd

#600ebd #b80ebd #0e14bd

Monochromatic Colors of #600ebd

#600ebd

Complementary Color

#600ebd #6bbd0e

#600ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#600ebd Color CSS Codes

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

#600ebd Text Font Color

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

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


#600ebd Background Color

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

This div background color is #600ebd


#600ebd Border Color

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

This div border color is #600ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600ebd


Comments

No comments written yet.

Please login to write comment.