Color Hex Logo

#5e65bd Color Hex

#5E65BD
(94,101,189)
0 Favorites   0 Comments

Color spaces of #5e65bd

RGB 94101189
HSL0.650.420.55
HSV236°50°74°
CMYK 0.500.470.00   0.26
XYZ18.455115.361250.1364
Yxy15.36120.21980.1830
Hunter Lab39.193415.4624-48.4088
CIE-Lab46.125021.7515-47.3284

#5e65bd color RGB value is (94,101,189).

#5e65bd hex color red value is 94, green value is 101 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5e65bd hue: 0.65 , saturation: 0.42 and the lightness value of 5e65bd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 01100101 10111101
Octal 136 145 275
Decimal 94 101 189
Hex 5E 65 BD

RGB Percentages of Color #5e65bd

%24.48
%26.30
%49.22

CMYK Percentages of Color #5e65bd

%50
%47
%0
%26

Triadic Colors of #5e65bd

#5e65bd #bd5e65 #65bd5e

Analogous Colors of #5e65bd

#5e65bd #875ebd #5e95bd

Monochromatic Colors of #5e65bd

#5e65bd

Complementary Color

#5e65bd #bdb65e

#5e65bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e65bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e65bd Color CSS Codes

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

#5e65bd Text Font Color

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

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


#5e65bd Background Color

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

This div background color is #5e65bd


#5e65bd Border Color

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

This div border color is #5e65bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e65bd


Comments

No comments written yet.

Please login to write comment.