Color Hex Logo

#5248ce Color Hex

#5248CE
(82,72,206)
0 Favorites   0 Comments

Color spaces of #5248ce

RGB 8272206
HSL0.680.580.55
HSV244°65°81°
CMYK 0.600.650.00   0.19
XYZ16.937610.884859.6008
Yxy10.88480.19370.1245
Hunter Lab32.992133.9027-84.0139
CIE-Lab39.385842.6361-68.1113

#5248ce color RGB value is (82,72,206).

#5248ce hex color red value is 82, green value is 72 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5248ce hue: 0.68 , saturation: 0.58 and the lightness value of 5248ce is 0.55.

The process color (four color CMYK) of #5248ce color hex is 0.60, 0.65, 0.00, 0.19. Web safe color of #5248ce is #6633cc. Color #5248ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001000 11001110
Octal 122 110 316
Decimal 82 72 206
Hex 52 48 CE

RGB Percentages of Color #5248ce

%22.78
%20.00
%57.22

CMYK Percentages of Color #5248ce

%60
%65
%0
%19

Triadic Colors of #5248ce

#5248ce #ce5248 #48ce52

Analogous Colors of #5248ce

#5248ce #9548ce #4881ce

Monochromatic Colors of #5248ce

#5248ce

Complementary Color

#5248ce #c4ce48

#5248ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5248ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5248ce Color CSS Codes

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

#5248ce Text Font Color

<p style="color:#5248ce">Text here</p>

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


#5248ce Background Color

<div style="background-color:#5248ce">
Div content here</div>

This div background color is #5248ce


#5248ce Border Color

<div style="border:3px solid #5248ce">
Div here</div>

This div border color is #5248ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,72,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5248ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5248ce;
  -webkit-box-shadow: 1px 1px 3px 2px #5248ce;
  box-shadow:         1px 1px 3px 2px #5248ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5248ce


Comments

No comments written yet.

Please login to write comment.