Color Hex Logo

#653dcf Color Hex

#653DCF
(101,61,207)
0 Favorites   0 Comments

Color spaces of #653dcf

RGB 10161207
HSL0.710.600.53
HSV256°71°81°
CMYK 0.510.710.00   0.19
XYZ18.298110.609260.1148
Yxy10.60920.20550.1192
Hunter Lab32.571843.2768-86.6260
CIE-Lab38.914352.0086-69.3931

#653dcf color RGB value is (101,61,207).

#653dcf hex color red value is 101, green value is 61 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #653dcf hue: 0.71 , saturation: 0.60 and the lightness value of 653dcf is 0.53.

The process color (four color CMYK) of #653dcf color hex is 0.51, 0.71, 0.00, 0.19. Web safe color of #653dcf is #6633cc. Color #653dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111101 11001111
Octal 145 75 317
Decimal 101 61 207
Hex 65 3D CF

RGB Percentages of Color #653dcf

%27.37
%16.53
%56.10

CMYK Percentages of Color #653dcf

%51
%71
%0
%19

Triadic Colors of #653dcf

#653dcf #cf653d #3dcf65

Analogous Colors of #653dcf

#653dcf #ae3dcf #3d5ecf

Monochromatic Colors of #653dcf

#653dcf

Complementary Color

#653dcf #a7cf3d

#653dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#653dcf Color CSS Codes

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

#653dcf Text Font Color

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

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


#653dcf Background Color

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

This div background color is #653dcf


#653dcf Border Color

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

This div border color is #653dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653dcf


Comments

No comments written yet.

Please login to write comment.