Color Hex Logo

#5227ec Color Hex

#5227EC
(82,39,236)
0 Favorites   0 Comments

Color spaces of #5227ec

RGB 8239236
HSL0.700.840.54
HSV253°83°93°
CMYK 0.650.830.00   0.07
XYZ19.34559.301080.1325
Yxy9.30100.17780.0855
Hunter Lab30.497559.8572-134.4366
CIE-Lab36.557567.5741-89.9539

#5227ec color RGB value is (82,39,236).

#5227ec hex color red value is 82, green value is 39 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5227ec hue: 0.70 , saturation: 0.84 and the lightness value of 5227ec is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00100111 11101100
Octal 122 47 354
Decimal 82 39 236
Hex 52 27 EC

RGB Percentages of Color #5227ec

%22.97
%10.92
%66.11

CMYK Percentages of Color #5227ec

%65
%83
%0
%7

Triadic Colors of #5227ec

#5227ec #ec5227 #27ec52

Analogous Colors of #5227ec

#5227ec #b527ec #275eec

Monochromatic Colors of #5227ec

#5227ec

Complementary Color

#5227ec #c1ec27

#5227ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5227ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5227ec Color CSS Codes

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

#5227ec Text Font Color

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

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


#5227ec Background Color

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

This div background color is #5227ec


#5227ec Border Color

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

This div border color is #5227ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5227ec


Comments

No comments written yet.

Please login to write comment.