Color Hex Logo

#6024dd Color Hex

#6024DD
(96,36,221)
0 Favorites   0 Comments

Color spaces of #6024dd

RGB 9636221
HSL0.720.730.50
HSV259°84°87°
CMYK 0.570.840.00   0.13
XYZ18.50598.969069.1624
Yxy8.96900.19150.0928
Hunter Lab29.948357.8907-115.9602
CIE-Lab35.924565.9844-82.3977

#6024dd color RGB value is (96,36,221).

#6024dd hex color red value is 96, green value is 36 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6024dd hue: 0.72 , saturation: 0.73 and the lightness value of 6024dd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00100100 11011101
Octal 140 44 335
Decimal 96 36 221
Hex 60 24 DD

RGB Percentages of Color #6024dd

%27.20
%10.20
%62.61

CMYK Percentages of Color #6024dd

%57
%84
%0
%13

Triadic Colors of #6024dd

#6024dd #dd6024 #24dd60

Analogous Colors of #6024dd

#6024dd #bd24dd #2445dd

Monochromatic Colors of #6024dd

#6024dd

Complementary Color

#6024dd #a1dd24

#6024dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6024dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6024dd Color CSS Codes

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

#6024dd Text Font Color

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

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


#6024dd Background Color

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

This div background color is #6024dd


#6024dd Border Color

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

This div border color is #6024dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6024dd


Comments

No comments written yet.

Please login to write comment.