Color Hex Logo

#655aef Color Hex

#655AEF
(101,90,239)
0 Favorites   0 Comments

Color spaces of #655aef

RGB 10190239
HSL0.680.820.65
HSV244°62°94°
CMYK 0.580.620.00   0.06
XYZ24.603016.311083.5130
Yxy16.31100.19770.1311
Hunter Lab40.386938.0621-94.3305
CIE-Lab47.379945.4652-73.7989

#655aef color RGB value is (101,90,239).

#655aef hex color red value is 101, green value is 90 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #655aef hue: 0.68 , saturation: 0.82 and the lightness value of 655aef is 0.65.

The process color (four color CMYK) of #655aef color hex is 0.58, 0.62, 0.00, 0.06. Web safe color of #655aef is #6666ff. Color #655aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011010 11101111
Octal 145 132 357
Decimal 101 90 239
Hex 65 5A EF

RGB Percentages of Color #655aef

%23.49
%20.93
%55.58

CMYK Percentages of Color #655aef

%58
%62
%0
%6

Triadic Colors of #655aef

#655aef #ef655a #5aef65

Analogous Colors of #655aef

#655aef #b05aef #5a9aef

Monochromatic Colors of #655aef

#655aef

Complementary Color

#655aef #e4ef5a

#655aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#655aef Color CSS Codes

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

#655aef Text Font Color

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

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


#655aef Background Color

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

This div background color is #655aef


#655aef Border Color

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

This div border color is #655aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655aef


Comments

No comments written yet.

Please login to write comment.