Color Hex Logo

#5e6ccf Color Hex

#5E6CCF
(94,108,207)
0 Favorites   0 Comments

Color spaces of #5e6ccf

RGB 94108207
HSL0.650.540.59
HSV233°55°81°
CMYK 0.550.480.00   0.19
XYZ21.241117.609861.3110
Yxy17.60980.21210.1758
Hunter Lab41.964016.9150-57.2501
CIE-Lab49.019423.1678-53.0518

#5e6ccf color RGB value is (94,108,207).

#5e6ccf hex color red value is 94, green value is 108 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5e6ccf hue: 0.65 , saturation: 0.54 and the lightness value of 5e6ccf is 0.59.

The process color (four color CMYK) of #5e6ccf color hex is 0.55, 0.48, 0.00, 0.19. Web safe color of #5e6ccf is #6666cc. Color #5e6ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01101100 11001111
Octal 136 154 317
Decimal 94 108 207
Hex 5E 6C CF

RGB Percentages of Color #5e6ccf

%22.98
%26.41
%50.61

CMYK Percentages of Color #5e6ccf

%55
%48
%0
%19

Triadic Colors of #5e6ccf

#5e6ccf #cf5e6c #6ccf5e

Analogous Colors of #5e6ccf

#5e6ccf #895ecf #5ea5cf

Monochromatic Colors of #5e6ccf

#5e6ccf

Complementary Color

#5e6ccf #cfc15e

#5e6ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e6ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e6ccf Color CSS Codes

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

#5e6ccf Text Font Color

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

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


#5e6ccf Background Color

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

This div background color is #5e6ccf


#5e6ccf Border Color

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

This div border color is #5e6ccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,108,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 #5e6ccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e6ccf


Comments

No comments written yet.

Please login to write comment.