Color Hex Logo

#524bca Color Hex

#524BCA
(82,75,202)
0 Favorites   0 Comments

Color spaces of #524bca

RGB 8275202
HSL0.680.550.54
HSV243°63°79°
CMYK 0.590.630.00   0.21
XYZ16.656411.090357.1399
Yxy11.09030.19620.1306
Hunter Lab33.302131.0000-78.4186
CIE-Lab39.732139.5773-65.2307

#524bca color RGB value is (82,75,202).

#524bca hex color red value is 82, green value is 75 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #524bca hue: 0.68 , saturation: 0.55 and the lightness value of 524bca is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001011 11001010
Octal 122 113 312
Decimal 82 75 202
Hex 52 4B CA

RGB Percentages of Color #524bca

%22.84
%20.89
%56.27

CMYK Percentages of Color #524bca

%59
%63
%0
%21

Triadic Colors of #524bca

#524bca #ca524b #4bca52

Analogous Colors of #524bca

#524bca #924bca #4b84ca

Monochromatic Colors of #524bca

#524bca

Complementary Color

#524bca #c3ca4b

#524bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#524bca Color CSS Codes

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

#524bca Text Font Color

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

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


#524bca Background Color

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

This div background color is #524bca


#524bca Border Color

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

This div border color is #524bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524bca


Comments

No comments written yet.

Please login to write comment.