Color Hex Logo

#5215bc Color Hex

#5215BC
(82,21,188)
0 Favorites   0 Comments

Color spaces of #5215bc

RGB 8221188
HSL0.730.800.41
HSV262°89°74°
CMYK 0.560.890.00   0.26
XYZ12.82495.961048.0516
Yxy5.96100.19190.0892
Hunter Lab24.415251.0367-99.5983
CIE-Lab29.313961.1351-74.1420

#5215bc color RGB value is (82,21,188).

#5215bc hex color red value is 82, green value is 21 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5215bc hue: 0.73 , saturation: 0.80 and the lightness value of 5215bc is 0.41.

The process color (four color CMYK) of #5215bc color hex is 0.56, 0.89, 0.00, 0.26. Web safe color of #5215bc is #6600cc. Color #5215bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010101 10111100
Octal 122 25 274
Decimal 82 21 188
Hex 52 15 BC

RGB Percentages of Color #5215bc

%28.18
%7.22
%64.60

CMYK Percentages of Color #5215bc

%56
%89
%0
%26

Triadic Colors of #5215bc

#5215bc #bc5215 #15bc52

Analogous Colors of #5215bc

#5215bc #a615bc #152cbc

Monochromatic Colors of #5215bc

#5215bc

Complementary Color

#5215bc #7fbc15

#5215bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5215bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5215bc Color CSS Codes

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

#5215bc Text Font Color

<p style="color:#5215bc">Text here</p>

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


#5215bc Background Color

<div style="background-color:#5215bc">
Div content here</div>

This div background color is #5215bc


#5215bc Border Color

<div style="border:3px solid #5215bc">
Div here</div>

This div border color is #5215bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5215bc


Comments

No comments written yet.

Please login to write comment.