Color Hex Logo

#567cca Color Hex

#567CCA
(86,124,202)
0 Favorites   0 Comments

Color spaces of #567cca

RGB 86124202
HSL0.610.520.56
HSV220°57°79°
CMYK 0.570.390.00   0.21
XYZ21.706120.658058.7205
Yxy20.65800.21470.2044
Hunter Lab45.45115.7070-44.7839
CIE-Lab52.573110.0480-44.5650

#567cca color RGB value is (86,124,202).

#567cca hex color red value is 86, green value is 124 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #567cca hue: 0.61 , saturation: 0.52 and the lightness value of 567cca is 0.56.

The process color (four color CMYK) of #567cca color hex is 0.57, 0.39, 0.00, 0.21. Web safe color of #567cca is #6666cc. Color #567cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 01111100 11001010
Octal 126 174 312
Decimal 86 124 202
Hex 56 7C CA

RGB Percentages of Color #567cca

%20.87
%30.10
%49.03

CMYK Percentages of Color #567cca

%57
%39
%0
%21

Triadic Colors of #567cca

#567cca #ca567c #7cca56

Analogous Colors of #567cca

#567cca #6a56ca #56b6ca

Monochromatic Colors of #567cca

#567cca

Complementary Color

#567cca #caa456

#567cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#567cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#567cca Color CSS Codes

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

#567cca Text Font Color

<p style="color:#567cca">Text here</p>

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


#567cca Background Color

<div style="background-color:#567cca">
Div content here</div>

This div background color is #567cca


#567cca Border Color

<div style="border:3px solid #567cca">
Div here</div>

This div border color is #567cca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,124,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #567cca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #567cca;
  -webkit-box-shadow: 1px 1px 3px 2px #567cca;
  box-shadow:         1px 1px 3px 2px #567cca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #567cca


Comments

No comments written yet.

Please login to write comment.