Color Hex Logo

#5763cf Color Hex

#5763CF
(87,99,207)
0 Favorites   0 Comments

Color spaces of #5763cf

RGB 8799207
HSL0.650.560.58
HSV234°58°81°
CMYK 0.580.520.00   0.19
XYZ19.654815.454960.9787
Yxy15.45490.20450.1608
Hunter Lab39.312720.4457-64.4469
CIE-Lab46.251127.3507-57.5258

#5763cf color RGB value is (87,99,207).

#5763cf hex color red value is 87, green value is 99 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5763cf hue: 0.65 , saturation: 0.56 and the lightness value of 5763cf is 0.58.

The process color (four color CMYK) of #5763cf color hex is 0.58, 0.52, 0.00, 0.19. Web safe color of #5763cf is #6666cc. Color #5763cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100011 11001111
Octal 127 143 317
Decimal 87 99 207
Hex 57 63 CF

RGB Percentages of Color #5763cf

%22.14
%25.19
%52.67

CMYK Percentages of Color #5763cf

%58
%52
%0
%19

Triadic Colors of #5763cf

#5763cf #cf5763 #63cf57

Analogous Colors of #5763cf

#5763cf #8757cf #579fcf

Monochromatic Colors of #5763cf

#5763cf

Complementary Color

#5763cf #cfc357

#5763cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5763cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5763cf Color CSS Codes

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

#5763cf Text Font Color

<p style="color:#5763cf">Text here</p>

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


#5763cf Background Color

<div style="background-color:#5763cf">
Div content here</div>

This div background color is #5763cf


#5763cf Border Color

<div style="border:3px solid #5763cf">
Div here</div>

This div border color is #5763cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,99,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5763cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5763cf;
  -webkit-box-shadow: 1px 1px 3px 2px #5763cf;
  box-shadow:         1px 1px 3px 2px #5763cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,99,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5763cf


Comments

No comments written yet.

Please login to write comment.