Color Hex Logo

#655afb Color Hex

#655AFB
(101,90,251)
0 Favorites   0 Comments

Color spaces of #655afb

RGB 10190251
HSL0.680.950.67
HSV244°64°98°
CMYK 0.600.640.00   0.02
XYZ26.435617.044193.1633
Yxy17.04410.19350.1247
Hunter Lab41.284542.0506-104.8957
CIE-Lab48.315649.1553-78.9819

#655afb color RGB value is (101,90,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011010 11111011
Octal 145 132 373
Decimal 101 90 251
Hex 65 5A FB

RGB Percentages of Color #655afb

%22.85
%20.36
%56.79

CMYK Percentages of Color #655afb

%60
%64
%0
%2

Triadic Colors of #655afb

#655afb #fb655a #5afb65

Analogous Colors of #655afb

#655afb #b65afb #5aa0fb

Monochromatic Colors of #655afb

#655afb

Complementary Color

#655afb #f0fb5a

#655afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#655afb Color CSS Codes

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

#655afb Text Font Color

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

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


#655afb Background Color

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

This div background color is #655afb


#655afb Border Color

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

This div border color is #655afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655afb


Comments

No comments written yet.

Please login to write comment.