Color Hex Logo

#5762db Color Hex

#5762DB
(87,98,219)
0 Favorites   0 Comments

Color spaces of #5762db

RGB 8798219
HSL0.650.650.60
HSV235°60°86°
CMYK 0.600.550.00   0.14
XYZ21.084315.876168.9710
Yxy15.87610.19900.1499
Hunter Lab39.844824.7267-74.7390
CIE-Lab46.811531.9360-63.4683

#5762db color RGB value is (87,98,219).

#5762db hex color red value is 87, green value is 98 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5762db hue: 0.65 , saturation: 0.65 and the lightness value of 5762db is 0.60.

The process color (four color CMYK) of #5762db color hex is 0.60, 0.55, 0.00, 0.14. Web safe color of #5762db is #6666cc. Color #5762db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100010 11011011
Octal 127 142 333
Decimal 87 98 219
Hex 57 62 DB

RGB Percentages of Color #5762db

%21.53
%24.26
%54.21

CMYK Percentages of Color #5762db

%60
%55
%0
%14

Triadic Colors of #5762db

#5762db #db5762 #62db57

Analogous Colors of #5762db

#5762db #8e57db #57a4db

Monochromatic Colors of #5762db

#5762db

Complementary Color

#5762db #dbd057

#5762db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5762db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5762db Color CSS Codes

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

#5762db Text Font Color

<p style="color:#5762db">Text here</p>

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


#5762db Background Color

<div style="background-color:#5762db">
Div content here</div>

This div background color is #5762db


#5762db Border Color

<div style="border:3px solid #5762db">
Div here</div>

This div border color is #5762db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,98,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5762db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5762db;
  -webkit-box-shadow: 1px 1px 3px 2px #5762db;
  box-shadow:         1px 1px 3px 2px #5762db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5762db


Comments

No comments written yet.

Please login to write comment.