Color Hex Logo

#5241de Color Hex

#5241DE
(82,65,222)
0 Favorites   0 Comments

Color spaces of #5241de

RGB 8265222
HSL0.680.700.56
HSV246°71°87°
CMYK 0.630.710.00   0.13
XYZ18.554810.848470.2232
Yxy10.84840.18620.1089
Hunter Lab32.936942.9173-103.3535
CIE-Lab39.324051.5867-77.4111

#5241de color RGB value is (82,65,222).

#5241de hex color red value is 82, green value is 65 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5241de hue: 0.68 , saturation: 0.70 and the lightness value of 5241de is 0.56.

The process color (four color CMYK) of #5241de color hex is 0.63, 0.71, 0.00, 0.13. Web safe color of #5241de is #6633cc. Color #5241de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000001 11011110
Octal 122 101 336
Decimal 82 65 222
Hex 52 41 DE

RGB Percentages of Color #5241de

%22.22
%17.62
%60.16

CMYK Percentages of Color #5241de

%63
%71
%0
%13

Triadic Colors of #5241de

#5241de #de5241 #41de52

Analogous Colors of #5241de

#5241de #a141de #417fde

Monochromatic Colors of #5241de

#5241de

Complementary Color

#5241de #cdde41

#5241de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5241de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5241de Color CSS Codes

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

#5241de Text Font Color

<p style="color:#5241de">Text here</p>

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


#5241de Background Color

<div style="background-color:#5241de">
Div content here</div>

This div background color is #5241de


#5241de Border Color

<div style="border:3px solid #5241de">
Div here</div>

This div border color is #5241de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,65,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5241de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5241de;
  -webkit-box-shadow: 1px 1px 3px 2px #5241de;
  box-shadow:         1px 1px 3px 2px #5241de; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5241de


Comments

No comments written yet.

Please login to write comment.