Color Hex Logo

#653ccf Color Hex

#653CCF
(101,60,207)
0 Favorites   0 Comments

Color spaces of #653ccf

RGB 10160207
HSL0.710.600.52
HSV257°71°81°
CMYK 0.510.710.00   0.19
XYZ18.245210.503460.0972
Yxy10.50340.20540.1182
Hunter Lab32.408943.7741-87.2575
CIE-Lab38.731252.5196-69.6929

#653ccf color RGB value is (101,60,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 00111100 11001111
Octal 145 74 317
Decimal 101 60 207
Hex 65 3C CF

RGB Percentages of Color #653ccf

%27.45
%16.30
%56.25

CMYK Percentages of Color #653ccf

%51
%71
%0
%19

Triadic Colors of #653ccf

#653ccf #cf653c #3ccf65

Analogous Colors of #653ccf

#653ccf #af3ccf #3c5dcf

Monochromatic Colors of #653ccf

#653ccf

Complementary Color

#653ccf #a6cf3c

#653ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#653ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#653ccf Color CSS Codes

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

#653ccf Text Font Color

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

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


#653ccf Background Color

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

This div background color is #653ccf


#653ccf Border Color

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

This div border color is #653ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #653ccf


Comments

No comments written yet.

Please login to write comment.