Color Hex Logo

#655fdb Color Hex

#655FDB
(101,95,219)
0 Favorites   0 Comments

Color spaces of #655fdb

RGB 10195219
HSL0.670.630.62
HSV243°57°86°
CMYK 0.540.570.00   0.14
XYZ22.245216.065668.9464
Yxy16.06560.20740.1498
Hunter Lab40.081928.9230-73.9296
CIE-Lab47.060436.3192-63.0187

#655fdb color RGB value is (101,95,219).

#655fdb hex color red value is 101, green value is 95 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #655fdb hue: 0.67 , saturation: 0.63 and the lightness value of 655fdb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011111 11011011
Octal 145 137 333
Decimal 101 95 219
Hex 65 5F DB

RGB Percentages of Color #655fdb

%24.34
%22.89
%52.77

CMYK Percentages of Color #655fdb

%54
%57
%0
%14

Triadic Colors of #655fdb

#655fdb #db655f #5fdb65

Analogous Colors of #655fdb

#655fdb #a35fdb #5f97db

Monochromatic Colors of #655fdb

#655fdb

Complementary Color

#655fdb #d5db5f

#655fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#655fdb Color CSS Codes

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

#655fdb Text Font Color

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

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


#655fdb Background Color

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

This div background color is #655fdb


#655fdb Border Color

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

This div border color is #655fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655fdb


Comments

No comments written yet.

Please login to write comment.