Color Hex Logo

#6353dd Color Hex

#6353DD
(99,83,221)
0 Favorites   0 Comments

Color spaces of #6353dd

RGB 9983221
HSL0.690.670.60
HSV247°62°87°
CMYK 0.550.620.00   0.13
XYZ21.290014.059669.9983
Yxy14.05960.20210.1335
Hunter Lab37.496135.7326-84.4361
CIE-Lab44.318343.6638-68.6155

#6353dd color RGB value is (99,83,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 01010011 11011101
Octal 143 123 335
Decimal 99 83 221
Hex 63 53 DD

RGB Percentages of Color #6353dd

%24.57
%20.60
%54.84

CMYK Percentages of Color #6353dd

%55
%62
%0
%13

Triadic Colors of #6353dd

#6353dd #dd6353 #53dd63

Analogous Colors of #6353dd

#6353dd #a853dd #5388dd

Monochromatic Colors of #6353dd

#6353dd

Complementary Color

#6353dd #cddd53

#6353dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6353dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6353dd Color CSS Codes

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

#6353dd Text Font Color

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

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


#6353dd Background Color

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

This div background color is #6353dd


#6353dd Border Color

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

This div border color is #6353dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,83,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6353dd


Comments

No comments written yet.

Please login to write comment.