Color Hex Logo

#5301ee Color Hex

#5301EE
(83,1,238)
0 Favorites   0 Comments

Color spaces of #5301ee

RGB 831238
HSL0.720.990.47
HSV261°100°93°
CMYK 0.651.000.00   0.07
XYZ19.01078.033881.4376
Yxy8.03380.17520.0741
Hunter Lab28.344070.1206-150.5107
CIE-Lab34.053276.6620-95.2467

#5301ee color RGB value is (83,1,238).

#5301ee hex color red value is 83, green value is 1 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5301ee hue: 0.72 , saturation: 0.99 and the lightness value of 5301ee is 0.47.

The process color (four color CMYK) of #5301ee color hex is 0.65, 1.00, 0.00, 0.07. Web safe color of #5301ee is #6600ff. Color #5301ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000001 11101110
Octal 123 1 356
Decimal 83 1 238
Hex 53 1 EE

RGB Percentages of Color #5301ee

%25.78
%0.31
%73.91

CMYK Percentages of Color #5301ee

%65
%100
%0
%7

Triadic Colors of #5301ee

#5301ee #ee5301 #01ee53

Analogous Colors of #5301ee

#5301ee #ca01ee #0126ee

Monochromatic Colors of #5301ee

#5301ee

Complementary Color

#5301ee #9cee01

#5301ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5301ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5301ee Color CSS Codes

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

#5301ee Text Font Color

<p style="color:#5301ee">Text here</p>

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


#5301ee Background Color

<div style="background-color:#5301ee">
Div content here</div>

This div background color is #5301ee


#5301ee Border Color

<div style="border:3px solid #5301ee">
Div here</div>

This div border color is #5301ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,1,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5301ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5301ee;
  -webkit-box-shadow: 1px 1px 3px 2px #5301ee;
  box-shadow:         1px 1px 3px 2px #5301ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,1,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5301ee


Comments

No comments written yet.

Please login to write comment.