Color Hex Logo

#565cea Color Hex

#565CEA
(86,92,234)
0 Favorites   0 Comments

Color spaces of #565cea

RGB 8692234
HSL0.660.780.63
HSV238°63°92°
CMYK 0.630.610.00   0.08
XYZ22.516215.573279.6611
Yxy15.57320.19120.1323
Hunter Lab39.462932.7860-92.0607
CIE-Lab46.409540.3712-72.6129

#565cea color RGB value is (86,92,234).

#565cea hex color red value is 86, green value is 92 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #565cea hue: 0.66 , saturation: 0.78 and the lightness value of 565cea is 0.63.

The process color (four color CMYK) of #565cea color hex is 0.63, 0.61, 0.00, 0.08. Web safe color of #565cea is #6666ff. Color #565cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01011100 11101010
Octal 126 134 352
Decimal 86 92 234
Hex 56 5C EA

RGB Percentages of Color #565cea

%20.87
%22.33
%56.80

CMYK Percentages of Color #565cea

%63
%61
%0
%8

Triadic Colors of #565cea

#565cea #ea565c #5cea56

Analogous Colors of #565cea

#565cea #9a56ea #56a6ea

Monochromatic Colors of #565cea

#565cea

Complementary Color

#565cea #eae456

#565cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#565cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#565cea Color CSS Codes

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

#565cea Text Font Color

<p style="color:#565cea">Text here</p>

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


#565cea Background Color

<div style="background-color:#565cea">
Div content here</div>

This div background color is #565cea


#565cea Border Color

<div style="border:3px solid #565cea">
Div here</div>

This div border color is #565cea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,92,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #565cea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #565cea;
  -webkit-box-shadow: 1px 1px 3px 2px #565cea;
  box-shadow:         1px 1px 3px 2px #565cea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,92,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #565cea


Comments

No comments written yet.

Please login to write comment.