Color Hex Logo

#655ada Color Hex

#655ADA
(101,90,218)
0 Favorites   0 Comments

Color spaces of #655ada

RGB 10190218
HSL0.680.630.60
HSV245°59°85°
CMYK 0.540.590.00   0.15
XYZ21.677915.141068.1096
Yxy15.14100.20660.1443
Hunter Lab38.911431.3489-76.5417
CIE-Lab45.826738.9950-64.4481

#655ada color RGB value is (101,90,218).

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

The process color (four color CMYK) of #655ada color hex is 0.54, 0.59, 0.00, 0.15. Web safe color of #655ada is #6666cc. Color #655ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011010 11011010
Octal 145 132 332
Decimal 101 90 218
Hex 65 5A DA

RGB Percentages of Color #655ada

%24.69
%22.00
%53.30

CMYK Percentages of Color #655ada

%54
%59
%0
%15

Triadic Colors of #655ada

#655ada #da655a #5ada65

Analogous Colors of #655ada

#655ada #a55ada #5a8fda

Monochromatic Colors of #655ada

#655ada

Complementary Color

#655ada #cfda5a

#655ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#655ada Color CSS Codes

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

#655ada Text Font Color

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

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


#655ada Background Color

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

This div background color is #655ada


#655ada Border Color

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

This div border color is #655ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,90,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 #655ada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655ada


Comments

No comments written yet.

Please login to write comment.