Color Hex Logo

#5246cc Color Hex

#5246CC
(82,70,204)
0 Favorites   0 Comments

Color spaces of #5246cc

RGB 8270204
HSL0.680.570.54
HSV245°66°80°
CMYK 0.600.660.00   0.20
XYZ16.568910.533858.2867
Yxy10.53380.19400.1234
Hunter Lab32.455834.3277-83.7586
CIE-Lab38.783943.1737-67.9377

#5246cc color RGB value is (82,70,204).

#5246cc hex color red value is 82, green value is 70 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5246cc hue: 0.68 , saturation: 0.57 and the lightness value of 5246cc is 0.54.

The process color (four color CMYK) of #5246cc color hex is 0.60, 0.66, 0.00, 0.20. Web safe color of #5246cc is #6633cc. Color #5246cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000110 11001100
Octal 122 106 314
Decimal 82 70 204
Hex 52 46 CC

RGB Percentages of Color #5246cc

%23.03
%19.66
%57.30

CMYK Percentages of Color #5246cc

%60
%66
%0
%20

Triadic Colors of #5246cc

#5246cc #cc5246 #46cc52

Analogous Colors of #5246cc

#5246cc #9546cc #467dcc

Monochromatic Colors of #5246cc

#5246cc

Complementary Color

#5246cc #c0cc46

#5246cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5246cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5246cc Color CSS Codes

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

#5246cc Text Font Color

<p style="color:#5246cc">Text here</p>

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


#5246cc Background Color

<div style="background-color:#5246cc">
Div content here</div>

This div background color is #5246cc


#5246cc Border Color

<div style="border:3px solid #5246cc">
Div here</div>

This div border color is #5246cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,70,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5246cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5246cc;
  -webkit-box-shadow: 1px 1px 3px 2px #5246cc;
  box-shadow:         1px 1px 3px 2px #5246cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5246cc


Comments

No comments written yet.

Please login to write comment.