Color Hex Logo

#5e75cc Color Hex

#5E75CC
(94,117,204)
0 Favorites   0 Comments

Color spaces of #5e75cc

RGB 94117204
HSL0.630.520.58
HSV227°54°80°
CMYK 0.540.430.00   0.20
XYZ21.876519.461959.7302
Yxy19.46190.21650.1926
Hunter Lab44.115611.3140-49.3945
CIE-Lab51.223316.6640-47.8201

#5e75cc color RGB value is (94,117,204).

#5e75cc hex color red value is 94, green value is 117 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5e75cc hue: 0.63 , saturation: 0.52 and the lightness value of 5e75cc is 0.58.

The process color (four color CMYK) of #5e75cc color hex is 0.54, 0.43, 0.00, 0.20. Web safe color of #5e75cc is #6666cc. Color #5e75cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01110101 11001100
Octal 136 165 314
Decimal 94 117 204
Hex 5E 75 CC

RGB Percentages of Color #5e75cc

%22.65
%28.19
%49.16

CMYK Percentages of Color #5e75cc

%54
%43
%0
%20

Triadic Colors of #5e75cc

#5e75cc #cc5e75 #75cc5e

Analogous Colors of #5e75cc

#5e75cc #7e5ecc #5eaccc

Monochromatic Colors of #5e75cc

#5e75cc

Complementary Color

#5e75cc #ccb55e

#5e75cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e75cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e75cc Color CSS Codes

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

#5e75cc Text Font Color

<p style="color:#5e75cc">Text here</p>

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


#5e75cc Background Color

<div style="background-color:#5e75cc">
Div content here</div>

This div background color is #5e75cc


#5e75cc Border Color

<div style="border:3px solid #5e75cc">
Div here</div>

This div border color is #5e75cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,117,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5e75cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5e75cc;
  -webkit-box-shadow: 1px 1px 3px 2px #5e75cc;
  box-shadow:         1px 1px 3px 2px #5e75cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,117,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e75cc


Comments

No comments written yet.

Please login to write comment.