Color Hex Logo

#521ceb Color Hex

#521CEB
(82,28,235)
0 Favorites   0 Comments

Color spaces of #521ceb

RGB 8228235
HSL0.710.840.52
HSV256°88°92°
CMYK 0.650.880.00   0.08
XYZ18.89038.622579.2659
Yxy8.62250.17690.0808
Hunter Lab29.364163.4442-139.4935
CIE-Lab35.247170.8973-91.5599

#521ceb color RGB value is (82,28,235).

#521ceb hex color red value is 82, green value is 28 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #521ceb hue: 0.71 , saturation: 0.84 and the lightness value of 521ceb is 0.52.

The process color (four color CMYK) of #521ceb color hex is 0.65, 0.88, 0.00, 0.08. Web safe color of #521ceb is #6633ff. Color #521ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011100 11101011
Octal 122 34 353
Decimal 82 28 235
Hex 52 1C EB

RGB Percentages of Color #521ceb

%23.77
%8.12
%68.12

CMYK Percentages of Color #521ceb

%65
%88
%0
%8

Triadic Colors of #521ceb

#521ceb #eb521c #1ceb52

Analogous Colors of #521ceb

#521ceb #ba1ceb #1c4eeb

Monochromatic Colors of #521ceb

#521ceb

Complementary Color

#521ceb #b5eb1c

#521ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#521ceb Color CSS Codes

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

#521ceb Text Font Color

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

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


#521ceb Background Color

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

This div background color is #521ceb


#521ceb Border Color

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

This div border color is #521ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521ceb


Comments

No comments written yet.

Please login to write comment.