Color Hex Logo

#6052bd Color Hex

#6052BD
(96,82,189)
0 Favorites   0 Comments

Color spaces of #6052bd

RGB 9682189
HSL0.690.450.53
HSV248°57°74°
CMYK 0.490.570.00   0.26
XYZ17.026512.195549.6007
Yxy12.19550.21600.1547
Hunter Lab34.922125.9154-59.7657
CIE-Lab41.525233.9060-54.7071

#6052bd color RGB value is (96,82,189).

#6052bd hex color red value is 96, green value is 82 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6052bd hue: 0.69 , saturation: 0.45 and the lightness value of 6052bd is 0.53.

The process color (four color CMYK) of #6052bd color hex is 0.49, 0.57, 0.00, 0.26. Web safe color of #6052bd is #6666cc. Color #6052bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01010010 10111101
Octal 140 122 275
Decimal 96 82 189
Hex 60 52 BD

RGB Percentages of Color #6052bd

%26.16
%22.34
%51.50

CMYK Percentages of Color #6052bd

%49
%57
%0
%26

Triadic Colors of #6052bd

#6052bd #bd6052 #52bd60

Analogous Colors of #6052bd

#6052bd #9652bd #527abd

Monochromatic Colors of #6052bd

#6052bd

Complementary Color

#6052bd #afbd52

#6052bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6052bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6052bd Color CSS Codes

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

#6052bd Text Font Color

<p style="color:#6052bd">Text here</p>

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


#6052bd Background Color

<div style="background-color:#6052bd">
Div content here</div>

This div background color is #6052bd


#6052bd Border Color

<div style="border:3px solid #6052bd">
Div here</div>

This div border color is #6052bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6052bd


Comments

No comments written yet.

Please login to write comment.