Color Hex Logo

#524cce Color Hex

#524CCE
(82,76,206)
0 Favorites   0 Comments

Color spaces of #524cce

RGB 8276206
HSL0.670.570.55
HSV243°63°81°
CMYK 0.600.630.00   0.19
XYZ17.204711.419059.6898
Yxy11.41900.19480.1293
Hunter Lab33.792031.7446-81.0747
CIE-Lab40.277440.2642-66.6554

#524cce color RGB value is (82,76,206).

#524cce hex color red value is 82, green value is 76 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #524cce hue: 0.67 , saturation: 0.57 and the lightness value of 524cce is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001100 11001110
Octal 122 114 316
Decimal 82 76 206
Hex 52 4C CE

RGB Percentages of Color #524cce

%22.53
%20.88
%56.59

CMYK Percentages of Color #524cce

%60
%63
%0
%19

Triadic Colors of #524cce

#524cce #ce524c #4cce52

Analogous Colors of #524cce

#524cce #934cce #4c87ce

Monochromatic Colors of #524cce

#524cce

Complementary Color

#524cce #c8ce4c

#524cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#524cce Color CSS Codes

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

#524cce Text Font Color

<p style="color:#524cce">Text here</p>

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


#524cce Background Color

<div style="background-color:#524cce">
Div content here</div>

This div background color is #524cce


#524cce Border Color

<div style="border:3px solid #524cce">
Div here</div>

This div border color is #524cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524cce


Comments

No comments written yet.

Please login to write comment.