Color Hex Logo

#5e6cda Color Hex

#5E6CDA
(94,108,218)
0 Favorites   0 Comments

Color spaces of #5e6cda

RGB 94108218
HSL0.650.630.61
HSV233°57°85°
CMYK 0.570.500.00   0.15
XYZ22.633518.166868.6433
Yxy18.16680.20680.1660
Hunter Lab42.622520.1980-65.6504
CIE-Lab49.697826.7338-58.2195

#5e6cda color RGB value is (94,108,218).

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

The process color (four color CMYK) of #5e6cda color hex is 0.57, 0.50, 0.00, 0.15. Web safe color of #5e6cda is #6666cc. Color #5e6cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01101100 11011010
Octal 136 154 332
Decimal 94 108 218
Hex 5E 6C DA

RGB Percentages of Color #5e6cda

%22.38
%25.71
%51.90

CMYK Percentages of Color #5e6cda

%57
%50
%0
%15

Triadic Colors of #5e6cda

#5e6cda #da5e6c #6cda5e

Analogous Colors of #5e6cda

#5e6cda #8e5eda #5eaada

Monochromatic Colors of #5e6cda

#5e6cda

Complementary Color

#5e6cda #dacc5e

#5e6cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e6cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e6cda Color CSS Codes

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

#5e6cda Text Font Color

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

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


#5e6cda Background Color

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

This div background color is #5e6cda


#5e6cda Border Color

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

This div border color is #5e6cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e6cda


Comments

No comments written yet.

Please login to write comment.