Color Hex Logo

#600cbd Color Hex

#600CBD
(96,12,189)
0 Favorites   0 Comments

Color spaces of #600cbd

RGB 9612189
HSL0.750.880.39
HSV268°94°74°
CMYK 0.490.940.00   0.26
XYZ14.14076.423948.6387
Yxy6.42390.20430.0928
Hunter Lab25.345455.2342-96.0377
CIE-Lab30.457764.6913-72.7876

#600cbd color RGB value is (96,12,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001100 10111101
Octal 140 14 275
Decimal 96 12 189
Hex 60 C BD

RGB Percentages of Color #600cbd

%32.32
%4.04
%63.64

CMYK Percentages of Color #600cbd

%49
%94
%0
%26

Triadic Colors of #600cbd

#600cbd #bd600c #0cbd60

Analogous Colors of #600cbd

#600cbd #b90cbd #0c11bd

Monochromatic Colors of #600cbd

#600cbd

Complementary Color

#600cbd #69bd0c

#600cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#600cbd Color CSS Codes

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

#600cbd Text Font Color

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

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


#600cbd Background Color

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

This div background color is #600cbd


#600cbd Border Color

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

This div border color is #600cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600cbd


Comments

No comments written yet.

Please login to write comment.