Color Hex Logo

#6082cb Color Hex

#6082CB
(96,130,203)
0 Favorites   0 Comments

Color spaces of #6082cb

RGB 96130203
HSL0.610.510.59
HSV221°53°80°
CMYK 0.530.360.00   0.20
XYZ23.586022.763959.6507
Yxy22.76390.22250.2148
Hunter Lab47.71154.7456-40.7285
CIE-Lab54.82838.9073-41.5319

#6082cb color RGB value is (96,130,203).

#6082cb hex color red value is 96, green value is 130 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6082cb hue: 0.61 , saturation: 0.51 and the lightness value of 6082cb is 0.59.

The process color (four color CMYK) of #6082cb color hex is 0.53, 0.36, 0.00, 0.20. Web safe color of #6082cb is #6699cc. Color #6082cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000010 11001011
Octal 140 202 313
Decimal 96 130 203
Hex 60 82 CB

RGB Percentages of Color #6082cb

%22.38
%30.30
%47.32

CMYK Percentages of Color #6082cb

%53
%36
%0
%20

Triadic Colors of #6082cb

#6082cb #cb6082 #82cb60

Analogous Colors of #6082cb

#6082cb #7460cb #60b8cb

Monochromatic Colors of #6082cb

#6082cb

Complementary Color

#6082cb #cba960

#6082cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6082cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6082cb Color CSS Codes

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

#6082cb Text Font Color

<p style="color:#6082cb">Text here</p>

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


#6082cb Background Color

<div style="background-color:#6082cb">
Div content here</div>

This div background color is #6082cb


#6082cb Border Color

<div style="border:3px solid #6082cb">
Div here</div>

This div border color is #6082cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,130,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6082cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6082cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6082cb;
  box-shadow:         1px 1px 3px 2px #6082cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6082cb


Comments

No comments written yet.

Please login to write comment.