Color Hex Logo

#521cbc Color Hex

#521CBC
(82,28,188)
0 Favorites   0 Comments

Color spaces of #521cbc

RGB 8228188
HSL0.720.740.42
HSV260°85°74°
CMYK 0.560.850.00   0.26
XYZ12.97206.255248.1006
Yxy6.25520.19270.0929
Hunter Lab25.010448.8134-96.5207
CIE-Lab30.047458.9501-72.9291

#521cbc color RGB value is (82,28,188).

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

The process color (four color CMYK) of #521cbc color hex is 0.56, 0.85, 0.00, 0.26. Web safe color of #521cbc is #6633cc. Color #521cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011100 10111100
Octal 122 34 274
Decimal 82 28 188
Hex 52 1C BC

RGB Percentages of Color #521cbc

%27.52
%9.40
%63.09

CMYK Percentages of Color #521cbc

%56
%85
%0
%26

Triadic Colors of #521cbc

#521cbc #bc521c #1cbc52

Analogous Colors of #521cbc

#521cbc #a21cbc #1c36bc

Monochromatic Colors of #521cbc

#521cbc

Complementary Color

#521cbc #86bc1c

#521cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#521cbc Color CSS Codes

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

#521cbc Text Font Color

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

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


#521cbc Background Color

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

This div background color is #521cbc


#521cbc Border Color

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

This div border color is #521cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521cbc


Comments

No comments written yet.

Please login to write comment.