Color Hex Logo

#5645ee Color Hex

#5645EE
(86,69,238)
1 Favorites   0 Comments

Color spaces of #5645ee

RGB 8669238
HSL0.680.830.60
HSV246°71°93°
CMYK 0.640.710.00   0.07
XYZ21.398512.407782.1560
Yxy12.40770.18450.1070
Hunter Lab35.224646.7936-113.6278
CIE-Lab41.856954.7882-82.3243

#5645ee color RGB value is (86,69,238).

#5645ee hex color red value is 86, green value is 69 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5645ee hue: 0.68 , saturation: 0.83 and the lightness value of 5645ee is 0.60.

The process color (four color CMYK) of #5645ee color hex is 0.64, 0.71, 0.00, 0.07. Web safe color of #5645ee is #6633ff. Color #5645ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01000101 11101110
Octal 126 105 356
Decimal 86 69 238
Hex 56 45 EE

RGB Percentages of Color #5645ee

%21.88
%17.56
%60.56

CMYK Percentages of Color #5645ee

%64
%71
%0
%7

Triadic Colors of #5645ee

#5645ee #ee5645 #45ee56

Analogous Colors of #5645ee

#5645ee #ab45ee #4589ee

Monochromatic Colors of #5645ee

#5645ee

Complementary Color

#5645ee #ddee45

#5645ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5645ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5645ee Color CSS Codes

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

#5645ee Text Font Color

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

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


#5645ee Background Color

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

This div background color is #5645ee


#5645ee Border Color

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

This div border color is #5645ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5645ee


Comments

No comments written yet.

Please login to write comment.