Color Hex Logo

#600bdf Color Hex

#600BDF
(96,11,223)
0 Favorites   0 Comments

Color spaces of #600bdf

RGB 9611223
HSL0.730.910.46
HSV264°95°87°
CMYK 0.570.950.00   0.13
XYZ18.26288.053970.4040
Yxy8.05390.18880.0833
Hunter Lab28.379465.2050-127.2219
CIE-Lab34.094972.5962-86.5749

#600bdf color RGB value is (96,11,223).

#600bdf hex color red value is 96, green value is 11 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #600bdf hue: 0.73 , saturation: 0.91 and the lightness value of 600bdf is 0.46.

The process color (four color CMYK) of #600bdf color hex is 0.57, 0.95, 0.00, 0.13. Web safe color of #600bdf is #6600cc. Color #600bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001011 11011111
Octal 140 13 337
Decimal 96 11 223
Hex 60 B DF

RGB Percentages of Color #600bdf

%29.09
%3.33
%67.58

CMYK Percentages of Color #600bdf

%57
%95
%0
%13

Triadic Colors of #600bdf

#600bdf #df600b #0bdf60

Analogous Colors of #600bdf

#600bdf #ca0bdf #0b20df

Monochromatic Colors of #600bdf

#600bdf

Complementary Color

#600bdf #8adf0b

#600bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#600bdf Color CSS Codes

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

#600bdf Text Font Color

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

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


#600bdf Background Color

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

This div background color is #600bdf


#600bdf Border Color

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

This div border color is #600bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600bdf


Comments

No comments written yet.

Please login to write comment.