Color Hex Logo

#523bcc Color Hex

#523BCC
(82,59,204)
0 Favorites   0 Comments

Color spaces of #523bcc

RGB 8259204
HSL0.690.590.52
HSV250°71°80°
CMYK 0.600.710.00   0.20
XYZ15.94279.281458.0780
Yxy9.28140.19140.1114
Hunter Lab30.465440.0956-91.7023
CIE-Lab36.520549.3656-71.6460

#523bcc color RGB value is (82,59,204).

#523bcc hex color red value is 82, green value is 59 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #523bcc hue: 0.69 , saturation: 0.59 and the lightness value of 523bcc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111011 11001100
Octal 122 73 314
Decimal 82 59 204
Hex 52 3B CC

RGB Percentages of Color #523bcc

%23.77
%17.10
%59.13

CMYK Percentages of Color #523bcc

%60
%71
%0
%20

Triadic Colors of #523bcc

#523bcc #cc523b #3bcc52

Analogous Colors of #523bcc

#523bcc #9b3bcc #3b6dcc

Monochromatic Colors of #523bcc

#523bcc

Complementary Color

#523bcc #b5cc3b

#523bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#523bcc Color CSS Codes

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

#523bcc Text Font Color

<p style="color:#523bcc">Text here</p>

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


#523bcc Background Color

<div style="background-color:#523bcc">
Div content here</div>

This div background color is #523bcc


#523bcc Border Color

<div style="border:3px solid #523bcc">
Div here</div>

This div border color is #523bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523bcc


Comments

No comments written yet.

Please login to write comment.