Color Hex Logo

#6353db Color Hex

#6353DB
(99,83,219)
0 Favorites   0 Comments

Color spaces of #6353db

RGB 9983219
HSL0.690.650.59
HSV247°62°86°
CMYK 0.550.620.00   0.14
XYZ21.025013.953668.6030
Yxy13.95360.20300.1347
Hunter Lab37.354535.0984-82.7402
CIE-Lab44.166343.0537-67.7229

#6353db color RGB value is (99,83,219).

#6353db hex color red value is 99, green value is 83 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #6353db hue: 0.69 , saturation: 0.65 and the lightness value of 6353db is 0.59.

The process color (four color CMYK) of #6353db color hex is 0.55, 0.62, 0.00, 0.14. Web safe color of #6353db is #6666cc. Color #6353db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010011 11011011
Octal 143 123 333
Decimal 99 83 219
Hex 63 53 DB

RGB Percentages of Color #6353db

%24.69
%20.70
%54.61

CMYK Percentages of Color #6353db

%55
%62
%0
%14

Triadic Colors of #6353db

#6353db #db6353 #53db63

Analogous Colors of #6353db

#6353db #a753db #5387db

Monochromatic Colors of #6353db

#6353db

Complementary Color

#6353db #cbdb53

#6353db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6353db Color Preview on White Background

Lorem ipsum dolor sit amet.

#6353db Color CSS Codes

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

#6353db Text Font Color

<p style="color:#6353db">Text here</p>

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


#6353db Background Color

<div style="background-color:#6353db">
Div content here</div>

This div background color is #6353db


#6353db Border Color

<div style="border:3px solid #6353db">
Div here</div>

This div border color is #6353db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,83,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6353db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6353db;
  -webkit-box-shadow: 1px 1px 3px 2px #6353db;
  box-shadow:         1px 1px 3px 2px #6353db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,83,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 #6353db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6353db


Comments

No comments written yet.

Please login to write comment.