Color Hex Logo

#5865ba Color Hex

#5865BA
(88,101,186)
0 Favorites   0 Comments

Color spaces of #5865ba

RGB 88101186
HSL0.640.420.54
HSV232°53°73°
CMYK 0.530.460.00   0.27
XYZ17.541114.927248.4111
Yxy14.92720.21690.1846
Hunter Lab38.635713.4287-47.2462
CIE-Lab45.534319.4366-46.5545

#5865ba color RGB value is (88,101,186).

#5865ba hex color red value is 88, green value is 101 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5865ba hue: 0.64 , saturation: 0.42 and the lightness value of 5865ba is 0.54.

The process color (four color CMYK) of #5865ba color hex is 0.53, 0.46, 0.00, 0.27. Web safe color of #5865ba is #6666cc. Color #5865ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100101 10111010
Octal 130 145 272
Decimal 88 101 186
Hex 58 65 BA

RGB Percentages of Color #5865ba

%23.47
%26.93
%49.60

CMYK Percentages of Color #5865ba

%53
%46
%0
%27

Triadic Colors of #5865ba

#5865ba #ba5865 #65ba58

Analogous Colors of #5865ba

#5865ba #7c58ba #5896ba

Monochromatic Colors of #5865ba

#5865ba

Complementary Color

#5865ba #baad58

#5865ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5865ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5865ba Color CSS Codes

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

#5865ba Text Font Color

<p style="color:#5865ba">Text here</p>

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


#5865ba Background Color

<div style="background-color:#5865ba">
Div content here</div>

This div background color is #5865ba


#5865ba Border Color

<div style="border:3px solid #5865ba">
Div here</div>

This div border color is #5865ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,101,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5865ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5865ba;
  -webkit-box-shadow: 1px 1px 3px 2px #5865ba;
  box-shadow:         1px 1px 3px 2px #5865ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,101,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5865ba


Comments

No comments written yet.

Please login to write comment.