Color Hex Logo

#655ddd Color Hex

#655DDD
(101,93,221)
0 Favorites   0 Comments

Color spaces of #655ddd

RGB 10193221
HSL0.680.650.62
HSV244°58°87°
CMYK 0.540.580.00   0.13
XYZ22.332315.815970.2823
Yxy15.81590.20600.1459
Hunter Lab39.769230.6401-76.9421
CIE-Lab46.732038.1364-64.6871

#655ddd color RGB value is (101,93,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011101 11011101
Octal 145 135 335
Decimal 101 93 221
Hex 65 5D DD

RGB Percentages of Color #655ddd

%24.34
%22.41
%53.25

CMYK Percentages of Color #655ddd

%54
%58
%0
%13

Triadic Colors of #655ddd

#655ddd #dd655d #5ddd65

Analogous Colors of #655ddd

#655ddd #a55ddd #5d95dd

Monochromatic Colors of #655ddd

#655ddd

Complementary Color

#655ddd #d5dd5d

#655ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#655ddd Color CSS Codes

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

#655ddd Text Font Color

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

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


#655ddd Background Color

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

This div background color is #655ddd


#655ddd Border Color

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

This div border color is #655ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655ddd


Comments

No comments written yet.

Please login to write comment.