Color Hex Logo

#655eea Color Hex

#655EEA
(101,94,234)
0 Favorites   0 Comments

Color spaces of #655eea

RGB 10194234
HSL0.680.770.64
HSV243°60°92°
CMYK 0.570.600.00   0.08
XYZ24.220816.712679.7912
Yxy16.71260.20060.1384
Hunter Lab40.881034.2141-87.1049
CIE-Lab47.895941.5825-70.1483

#655eea color RGB value is (101,94,234).

#655eea hex color red value is 101, green value is 94 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #655eea hue: 0.68 , saturation: 0.77 and the lightness value of 655eea is 0.64.

The process color (four color CMYK) of #655eea color hex is 0.57, 0.60, 0.00, 0.08. Web safe color of #655eea is #6666ff. Color #655eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011110 11101010
Octal 145 136 352
Decimal 101 94 234
Hex 65 5E EA

RGB Percentages of Color #655eea

%23.54
%21.91
%54.55

CMYK Percentages of Color #655eea

%57
%60
%0
%8

Triadic Colors of #655eea

#655eea #ea655e #5eea65

Analogous Colors of #655eea

#655eea #ab5eea #5e9dea

Monochromatic Colors of #655eea

#655eea

Complementary Color

#655eea #e3ea5e

#655eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#655eea Color CSS Codes

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

#655eea Text Font Color

<p style="color:#655eea">Text here</p>

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


#655eea Background Color

<div style="background-color:#655eea">
Div content here</div>

This div background color is #655eea


#655eea Border Color

<div style="border:3px solid #655eea">
Div here</div>

This div border color is #655eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655eea


Comments

No comments written yet.

Please login to write comment.