Color Hex Logo

#521dce Color Hex

#521DCE
(82,29,206)
0 Favorites   0 Comments

Color spaces of #521dce

RGB 8229206
HSL0.720.750.46
HSV258°86°81°
CMYK 0.600.860.00   0.19
XYZ15.05967.128858.9748
Yxy7.12880.18550.0878
Hunter Lab26.699853.9554-112.2704
CIE-Lab32.098363.2384-80.1010

#521dce color RGB value is (82,29,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011101 11001110
Octal 122 35 316
Decimal 82 29 206
Hex 52 1D CE

RGB Percentages of Color #521dce

%25.87
%9.15
%64.98

CMYK Percentages of Color #521dce

%60
%86
%0
%19

Triadic Colors of #521dce

#521dce #ce521d #1dce52

Analogous Colors of #521dce

#521dce #ab1dce #1d41ce

Monochromatic Colors of #521dce

#521dce

Complementary Color

#521dce #99ce1d

#521dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#521dce Color CSS Codes

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

#521dce Text Font Color

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

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


#521dce Background Color

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

This div background color is #521dce


#521dce Border Color

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

This div border color is #521dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521dce


Comments

No comments written yet.

Please login to write comment.