Color Hex Logo

#6053dd Color Hex

#6053DD
(96,83,221)
0 Favorites   0 Comments

Color spaces of #6053dd

RGB 9683221
HSL0.680.670.60
HSV246°62°87°
CMYK 0.570.620.00   0.13
XYZ20.968313.893869.9832
Yxy13.89380.20000.1325
Hunter Lab37.274435.1830-85.2258
CIE-Lab44.080243.1526-69.0136

#6053dd color RGB value is (96,83,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 01010011 11011101
Octal 140 123 335
Decimal 96 83 221
Hex 60 53 DD

RGB Percentages of Color #6053dd

%24.00
%20.75
%55.25

CMYK Percentages of Color #6053dd

%57
%62
%0
%13

Triadic Colors of #6053dd

#6053dd #dd6053 #53dd60

Analogous Colors of #6053dd

#6053dd #a553dd #538bdd

Monochromatic Colors of #6053dd

#6053dd

Complementary Color

#6053dd #d0dd53

#6053dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6053dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6053dd Color CSS Codes

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

#6053dd Text Font Color

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

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


#6053dd Background Color

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

This div background color is #6053dd


#6053dd Border Color

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

This div border color is #6053dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,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 #6053dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6053dd


Comments

No comments written yet.

Please login to write comment.