Color Hex Logo

#523ccb Color Hex

#523CCB
(82,60,203)
0 Favorites   0 Comments

Color spaces of #523ccb

RGB 8260203
HSL0.690.580.52
HSV249°70°80°
CMYK 0.600.700.00   0.20
XYZ15.87509.337457.4655
Yxy9.33740.19200.1129
Hunter Lab30.557239.2590-90.1102
CIE-Lab36.626048.5204-70.8920

#523ccb color RGB value is (82,60,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111100 11001011
Octal 122 74 313
Decimal 82 60 203
Hex 52 3C CB

RGB Percentages of Color #523ccb

%23.77
%17.39
%58.84

CMYK Percentages of Color #523ccb

%60
%70
%0
%20

Triadic Colors of #523ccb

#523ccb #cb523c #3ccb52

Analogous Colors of #523ccb

#523ccb #9a3ccb #3c6ecb

Monochromatic Colors of #523ccb

#523ccb

Complementary Color

#523ccb #b5cb3c

#523ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#523ccb Color CSS Codes

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

#523ccb Text Font Color

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

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


#523ccb Background Color

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

This div background color is #523ccb


#523ccb Border Color

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

This div border color is #523ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523ccb


Comments

No comments written yet.

Please login to write comment.