Color Hex Logo

#5366ee Color Hex

#5366EE
(83,102,238)
0 Favorites   0 Comments

Color spaces of #5366ee

RGB 83102238
HSL0.650.820.63
HSV233°65°93°
CMYK 0.650.570.00   0.07
XYZ23.751317.514883.0178
Yxy17.51480.19110.1409
Hunter Lab41.850728.0645-88.3161
CIE-Lab48.902235.1830-70.8116

#5366ee color RGB value is (83,102,238).

#5366ee hex color red value is 83, green value is 102 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5366ee hue: 0.65 , saturation: 0.82 and the lightness value of 5366ee is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01100110 11101110
Octal 123 146 356
Decimal 83 102 238
Hex 53 66 EE

RGB Percentages of Color #5366ee

%19.62
%24.11
%56.26

CMYK Percentages of Color #5366ee

%65
%57
%0
%7

Triadic Colors of #5366ee

#5366ee #ee5366 #66ee53

Analogous Colors of #5366ee

#5366ee #8e53ee #53b4ee

Monochromatic Colors of #5366ee

#5366ee

Complementary Color

#5366ee #eedb53

#5366ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5366ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5366ee Color CSS Codes

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

#5366ee Text Font Color

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

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


#5366ee Background Color

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

This div background color is #5366ee


#5366ee Border Color

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

This div border color is #5366ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,102,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 #5366ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5366ee


Comments

No comments written yet.

Please login to write comment.