Color Hex Logo

#6052eb Color Hex

#6052EB
(96,82,235)
0 Favorites   0 Comments

Color spaces of #6052eb

RGB 9682235
HSL0.680.790.62
HSV245°65°92°
CMYK 0.590.650.00   0.08
XYZ22.836614.519580.1962
Yxy14.51950.19430.1235
Hunter Lab38.104540.2950-98.1110
CIE-Lab44.968948.0411-75.4992

#6052eb color RGB value is (96,82,235).

#6052eb hex color red value is 96, green value is 82 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6052eb hue: 0.68 , saturation: 0.79 and the lightness value of 6052eb is 0.62.

The process color (four color CMYK) of #6052eb color hex is 0.59, 0.65, 0.00, 0.08. Web safe color of #6052eb is #6666ff. Color #6052eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01010010 11101011
Octal 140 122 353
Decimal 96 82 235
Hex 60 52 EB

RGB Percentages of Color #6052eb

%23.24
%19.85
%56.90

CMYK Percentages of Color #6052eb

%59
%65
%0
%8

Triadic Colors of #6052eb

#6052eb #eb6052 #52eb60

Analogous Colors of #6052eb

#6052eb #ad52eb #5291eb

Monochromatic Colors of #6052eb

#6052eb

Complementary Color

#6052eb #ddeb52

#6052eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6052eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6052eb Color CSS Codes

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

#6052eb Text Font Color

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

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


#6052eb Background Color

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

This div background color is #6052eb


#6052eb Border Color

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

This div border color is #6052eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6052eb


Comments

No comments written yet.

Please login to write comment.