Color Hex Logo

#6082cd Color Hex

#6082CD
(96,130,205)
0 Favorites   0 Comments

Color spaces of #6082cd

RGB 96130205
HSL0.610.520.59
HSV221°53°80°
CMYK 0.530.370.00   0.20
XYZ23.825922.859860.9142
Yxy22.85980.22140.2125
Hunter Lab47.81195.2802-42.0694
CIE-Lab54.92769.5409-42.5080

#6082cd color RGB value is (96,130,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000010 11001101
Octal 140 202 315
Decimal 96 130 205
Hex 60 82 CD

RGB Percentages of Color #6082cd

%22.27
%30.16
%47.56

CMYK Percentages of Color #6082cd

%53
%37
%0
%20

Triadic Colors of #6082cd

#6082cd #cd6082 #82cd60

Analogous Colors of #6082cd

#6082cd #7560cd #60b9cd

Monochromatic Colors of #6082cd

#6082cd

Complementary Color

#6082cd #cdab60

#6082cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6082cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6082cd Color CSS Codes

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

#6082cd Text Font Color

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

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


#6082cd Background Color

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

This div background color is #6082cd


#6082cd Border Color

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

This div border color is #6082cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6082cd


Comments

No comments written yet.

Please login to write comment.