Color Hex Logo

#653dbf Color Hex

#653DBF
(101,61,191)
0 Favorites   0 Comments

Color spaces of #653dbf

RGB 10161191
HSL0.720.520.49
HSV258°68°75°
CMYK 0.470.680.00   0.25
XYZ16.43959.865850.3280
Yxy9.86580.21450.1287
Hunter Lab31.409938.4572-73.0134
CIE-Lab37.600547.5456-62.2223

#653dbf color RGB value is (101,61,191).

#653dbf hex color red value is 101, green value is 61 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #653dbf hue: 0.72 , saturation: 0.52 and the lightness value of 653dbf is 0.49.

The process color (four color CMYK) of #653dbf color hex is 0.47, 0.68, 0.00, 0.25. Web safe color of #653dbf is #6633cc. Color #653dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111101 10111111
Octal 145 75 277
Decimal 101 61 191
Hex 65 3D BF

RGB Percentages of Color #653dbf

%28.61
%17.28
%54.11

CMYK Percentages of Color #653dbf

%47
%68
%0
%25

Triadic Colors of #653dbf

#653dbf #bf653d #3dbf65

Analogous Colors of #653dbf

#653dbf #a63dbf #3d56bf

Monochromatic Colors of #653dbf

#653dbf

Complementary Color

#653dbf #97bf3d

#653dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#653dbf Color CSS Codes

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

#653dbf Text Font Color

<p style="color:#653dbf">Text here</p>

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


#653dbf Background Color

<div style="background-color:#653dbf">
Div content here</div>

This div background color is #653dbf


#653dbf Border Color

<div style="border:3px solid #653dbf">
Div here</div>

This div border color is #653dbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,61,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #653dbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #653dbf;
  -webkit-box-shadow: 1px 1px 3px 2px #653dbf;
  box-shadow:         1px 1px 3px 2px #653dbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653dbf


Comments

No comments written yet.

Please login to write comment.