Color Hex Logo

#521ccb Color Hex

#521CCB
(82,28,203)
0 Favorites   0 Comments

Color spaces of #521ccb

RGB 8228203
HSL0.720.760.45
HSV259°86°80°
CMYK 0.600.860.00   0.20
XYZ14.67446.936157.0653
Yxy6.93610.18650.0882
Hunter Lab26.336553.3694-110.0327
CIE-Lab31.661062.7967-79.0762

#521ccb color RGB value is (82,28,203).

#521ccb hex color red value is 82, green value is 28 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #521ccb hue: 0.72 , saturation: 0.76 and the lightness value of 521ccb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011100 11001011
Octal 122 34 313
Decimal 82 28 203
Hex 52 1C CB

RGB Percentages of Color #521ccb

%26.20
%8.95
%64.86

CMYK Percentages of Color #521ccb

%60
%86
%0
%20

Triadic Colors of #521ccb

#521ccb #cb521c #1ccb52

Analogous Colors of #521ccb

#521ccb #aa1ccb #1c3ecb

Monochromatic Colors of #521ccb

#521ccb

Complementary Color

#521ccb #95cb1c

#521ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#521ccb Color CSS Codes

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

#521ccb Text Font Color

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

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


#521ccb Background Color

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

This div background color is #521ccb


#521ccb Border Color

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

This div border color is #521ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521ccb


Comments

No comments written yet.

Please login to write comment.