Color Hex Logo

#5894cf Color Hex

#5894CF
(88,148,207)
0 Favorites   0 Comments

Color spaces of #5894cf

RGB 88148207
HSL0.580.550.58
HSV210°57°81°
CMYK 0.570.290.00   0.19
XYZ25.876927.759563.0257
Yxy27.75950.22180.2379
Hunter Lab52.6873-4.5340-34.0429
CIE-Lab59.6708-2.1055-36.2127

#5894cf color RGB value is (88,148,207).

#5894cf hex color red value is 88, green value is 148 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5894cf hue: 0.58 , saturation: 0.55 and the lightness value of 5894cf is 0.58.

The process color (four color CMYK) of #5894cf color hex is 0.57, 0.29, 0.00, 0.19. Web safe color of #5894cf is #6699cc. Color #5894cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10010100 11001111
Octal 130 224 317
Decimal 88 148 207
Hex 58 94 CF

RGB Percentages of Color #5894cf

%19.86
%33.41
%46.73

CMYK Percentages of Color #5894cf

%57
%29
%0
%19

Triadic Colors of #5894cf

#5894cf #cf5894 #94cf58

Analogous Colors of #5894cf

#5894cf #5858cf #58cfcf

Monochromatic Colors of #5894cf

#5894cf

Complementary Color

#5894cf #cf9358

#5894cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5894cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5894cf Color CSS Codes

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

#5894cf Text Font Color

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

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


#5894cf Background Color

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

This div background color is #5894cf


#5894cf Border Color

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

This div border color is #5894cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,148,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 #5894cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5894cf


Comments

No comments written yet.

Please login to write comment.