Color Hex Logo

#600dbc Color Hex

#600DBC
(96,13,188)
0 Favorites   0 Comments

Color spaces of #600dbc

RGB 9613188
HSL0.750.870.39
HSV268°93°74°
CMYK 0.490.930.00   0.26
XYZ14.04496.405548.0731
Yxy6.40550.20500.0935
Hunter Lab25.309154.7650-94.9014
CIE-Lab30.413364.2830-72.2692

#600dbc color RGB value is (96,13,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00001101 10111100
Octal 140 15 274
Decimal 96 13 188
Hex 60 D BC

RGB Percentages of Color #600dbc

%32.32
%4.38
%63.30

CMYK Percentages of Color #600dbc

%49
%93
%0
%26

Triadic Colors of #600dbc

#600dbc #bc600d #0dbc60

Analogous Colors of #600dbc

#600dbc #b80dbc #0d11bc

Monochromatic Colors of #600dbc

#600dbc

Complementary Color

#600dbc #69bc0d

#600dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#600dbc Color CSS Codes

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

#600dbc Text Font Color

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

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


#600dbc Background Color

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

This div background color is #600dbc


#600dbc Border Color

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

This div border color is #600dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600dbc


Comments

No comments written yet.

Please login to write comment.