Color Hex Logo

#5240ce Color Hex

#5240CE
(82,64,206)
0 Favorites   0 Comments

Color spaces of #5240ce

RGB 8264206
HSL0.690.590.53
HSV248°69°81°
CMYK 0.600.690.00   0.19
XYZ16.45369.916959.4395
Yxy9.91690.19170.1156
Hunter Lab31.491138.1539-89.8662
CIE-Lab37.692947.2271-70.8824

#5240ce color RGB value is (82,64,206).

#5240ce hex color red value is 82, green value is 64 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5240ce hue: 0.69 , saturation: 0.59 and the lightness value of 5240ce is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01000000 11001110
Octal 122 100 316
Decimal 82 64 206
Hex 52 40 CE

RGB Percentages of Color #5240ce

%23.30
%18.18
%58.52

CMYK Percentages of Color #5240ce

%60
%69
%0
%19

Triadic Colors of #5240ce

#5240ce #ce5240 #40ce52

Analogous Colors of #5240ce

#5240ce #9940ce #4075ce

Monochromatic Colors of #5240ce

#5240ce

Complementary Color

#5240ce #bcce40

#5240ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5240ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5240ce Color CSS Codes

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

#5240ce Text Font Color

<p style="color:#5240ce">Text here</p>

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


#5240ce Background Color

<div style="background-color:#5240ce">
Div content here</div>

This div background color is #5240ce


#5240ce Border Color

<div style="border:3px solid #5240ce">
Div here</div>

This div border color is #5240ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5240ce


Comments

No comments written yet.

Please login to write comment.