Color Hex Logo

#5767ed Color Hex

#5767ED
(87,103,237)
0 Favorites   0 Comments

Color spaces of #5767ed

RGB 87103237
HSL0.650.810.64
HSV234°63°93°
CMYK 0.630.570.00   0.07
XYZ24.066817.841282.2960
Yxy17.84120.19380.1436
Hunter Lab42.238827.7875-85.9504
CIE-Lab49.302934.8443-69.5897

#5767ed color RGB value is (87,103,237).

#5767ed hex color red value is 87, green value is 103 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5767ed hue: 0.65 , saturation: 0.81 and the lightness value of 5767ed is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100111 11101101
Octal 127 147 355
Decimal 87 103 237
Hex 57 67 ED

RGB Percentages of Color #5767ed

%20.37
%24.12
%55.50

CMYK Percentages of Color #5767ed

%63
%57
%0
%7

Triadic Colors of #5767ed

#5767ed #ed5767 #67ed57

Analogous Colors of #5767ed

#5767ed #9257ed #57b2ed

Monochromatic Colors of #5767ed

#5767ed

Complementary Color

#5767ed #eddd57

#5767ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5767ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5767ed Color CSS Codes

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

#5767ed Text Font Color

<p style="color:#5767ed">Text here</p>

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


#5767ed Background Color

<div style="background-color:#5767ed">
Div content here</div>

This div background color is #5767ed


#5767ed Border Color

<div style="border:3px solid #5767ed">
Div here</div>

This div border color is #5767ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,103,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5767ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5767ed;
  -webkit-box-shadow: 1px 1px 3px 2px #5767ed;
  box-shadow:         1px 1px 3px 2px #5767ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5767ed


Comments

No comments written yet.

Please login to write comment.