Color Hex Logo

#521ece Color Hex

#521ECE
(82,30,206)
0 Favorites   0 Comments

Color spaces of #521ece

RGB 8230206
HSL0.720.750.46
HSV258°85°81°
CMYK 0.600.850.00   0.19
XYZ15.08457.178658.9831
Yxy7.17860.18570.0884
Hunter Lab26.792953.6085-111.7686
CIE-Lab32.210162.9057-79.9160

#521ece color RGB value is (82,30,206).

#521ece hex color red value is 82, green value is 30 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #521ece hue: 0.72 , saturation: 0.75 and the lightness value of 521ece is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011110 11001110
Octal 122 36 316
Decimal 82 30 206
Hex 52 1E CE

RGB Percentages of Color #521ece

%25.79
%9.43
%64.78

CMYK Percentages of Color #521ece

%60
%85
%0
%19

Triadic Colors of #521ece

#521ece #ce521e #1ece52

Analogous Colors of #521ece

#521ece #aa1ece #1e42ce

Monochromatic Colors of #521ece

#521ece

Complementary Color

#521ece #9ace1e

#521ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#521ece Color CSS Codes

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

#521ece Text Font Color

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

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


#521ece Background Color

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

This div background color is #521ece


#521ece Border Color

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

This div border color is #521ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521ece


Comments

No comments written yet.

Please login to write comment.