Color Hex Logo

#600bbd Color Hex

#600BBD
(96,11,189)
0 Favorites   0 Comments

Color spaces of #600bbd

RGB 9611189
HSL0.750.890.39
HSV269°94°74°
CMYK 0.490.940.00   0.26
XYZ14.12896.400348.6348
Yxy6.40030.20430.0925
Hunter Lab25.298855.4159-96.2708
CIE-Lab30.400764.8631-72.8817

#600bbd color RGB value is (96,11,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001011 10111101
Octal 140 13 275
Decimal 96 11 189
Hex 60 B BD

RGB Percentages of Color #600bbd

%32.43
%3.72
%63.85

CMYK Percentages of Color #600bbd

%49
%94
%0
%26

Triadic Colors of #600bbd

#600bbd #bd600b #0bbd60

Analogous Colors of #600bbd

#600bbd #b90bbd #0b0fbd

Monochromatic Colors of #600bbd

#600bbd

Complementary Color

#600bbd #68bd0b

#600bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#600bbd Color CSS Codes

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

#600bbd Text Font Color

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

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


#600bbd Background Color

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

This div background color is #600bbd


#600bbd Border Color

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

This div border color is #600bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600bbd


Comments

No comments written yet.

Please login to write comment.