Color Hex Logo

#5263ec Color Hex

#5263EC
(82,99,236)
0 Favorites   0 Comments

Color spaces of #5263ec

RGB 8299236
HSL0.650.800.62
HSV233°65°93°
CMYK 0.650.580.00   0.07
XYZ23.081816.773681.3780
Yxy16.77360.19040.1384
Hunter Lab40.955628.9270-89.1392
CIE-Lab47.973536.1989-71.2018

#5263ec color RGB value is (82,99,236).

#5263ec hex color red value is 82, green value is 99 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5263ec hue: 0.65 , saturation: 0.80 and the lightness value of 5263ec is 0.62.

The process color (four color CMYK) of #5263ec color hex is 0.65, 0.58, 0.00, 0.07. Web safe color of #5263ec is #6666ff. Color #5263ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100011 11101100
Octal 122 143 354
Decimal 82 99 236
Hex 52 63 EC

RGB Percentages of Color #5263ec

%19.66
%23.74
%56.59

CMYK Percentages of Color #5263ec

%65
%58
%0
%7

Triadic Colors of #5263ec

#5263ec #ec5263 #63ec52

Analogous Colors of #5263ec

#5263ec #8e52ec #52b0ec

Monochromatic Colors of #5263ec

#5263ec

Complementary Color

#5263ec #ecdb52

#5263ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5263ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5263ec Color CSS Codes

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

#5263ec Text Font Color

<p style="color:#5263ec">Text here</p>

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


#5263ec Background Color

<div style="background-color:#5263ec">
Div content here</div>

This div background color is #5263ec


#5263ec Border Color

<div style="border:3px solid #5263ec">
Div here</div>

This div border color is #5263ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,99,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5263ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5263ec;
  -webkit-box-shadow: 1px 1px 3px 2px #5263ec;
  box-shadow:         1px 1px 3px 2px #5263ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5263ec


Comments

No comments written yet.

Please login to write comment.