Color Hex Logo

#600ebf Color Hex

#600EBF
(96,14,191)
0 Favorites   0 Comments

Color spaces of #600ebf

RGB 9614191
HSL0.740.860.40
HSV268°93°75°
CMYK 0.500.930.00   0.25
XYZ14.38496.562549.7987
Yxy6.56250.20330.0928
Hunter Lab25.617455.4025-97.3242
CIE-Lab30.789464.7778-73.4215

#600ebf color RGB value is (96,14,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001110 10111111
Octal 140 16 277
Decimal 96 14 191
Hex 60 E BF

RGB Percentages of Color #600ebf

%31.89
%4.65
%63.46

CMYK Percentages of Color #600ebf

%50
%93
%0
%25

Triadic Colors of #600ebf

#600ebf #bf600e #0ebf60

Analogous Colors of #600ebf

#600ebf #b90ebf #0e15bf

Monochromatic Colors of #600ebf

#600ebf

Complementary Color

#600ebf #6dbf0e

#600ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#600ebf Color CSS Codes

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

#600ebf Text Font Color

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

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


#600ebf Background Color

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

This div background color is #600ebf


#600ebf Border Color

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

This div border color is #600ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600ebf


Comments

No comments written yet.

Please login to write comment.