Color Hex Logo

#6052de Color Hex

#6052DE
(96,82,222)
0 Favorites   0 Comments

Color spaces of #6052de

RGB 9682222
HSL0.680.680.60
HSV246°63°87°
CMYK 0.570.630.00   0.13
XYZ21.026013.795370.6618
Yxy13.79530.19930.1308
Hunter Lab37.142036.0498-86.7984
CIE-Lab43.937944.0429-69.8150

#6052de color RGB value is (96,82,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01010010 11011110
Octal 140 122 336
Decimal 96 82 222
Hex 60 52 DE

RGB Percentages of Color #6052de

%24.00
%20.50
%55.50

CMYK Percentages of Color #6052de

%57
%63
%0
%13

Triadic Colors of #6052de

#6052de #de6052 #52de60

Analogous Colors of #6052de

#6052de #a652de #528ade

Monochromatic Colors of #6052de

#6052de

Complementary Color

#6052de #d0de52

#6052de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6052de Color Preview on White Background

Lorem ipsum dolor sit amet.

#6052de Color CSS Codes

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

#6052de Text Font Color

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

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


#6052de Background Color

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

This div background color is #6052de


#6052de Border Color

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

This div border color is #6052de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6052de


Comments

No comments written yet.

Please login to write comment.