Color Hex Logo

#6018dd Color Hex

#6018DD
(96,24,221)
0 Favorites   0 Comments

Color spaces of #6018dd

RGB 9624221
HSL0.730.800.48
HSV262°89°87°
CMYK 0.570.890.00   0.13
XYZ18.20168.360569.0610
Yxy8.36050.19030.0874
Hunter Lab28.914561.7647-121.3712
CIE-Lab34.722769.5676-84.3858

#6018dd color RGB value is (96,24,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00011000 11011101
Octal 140 30 335
Decimal 96 24 221
Hex 60 18 DD

RGB Percentages of Color #6018dd

%28.15
%7.04
%64.81

CMYK Percentages of Color #6018dd

%57
%89
%0
%13

Triadic Colors of #6018dd

#6018dd #dd6018 #18dd60

Analogous Colors of #6018dd

#6018dd #c318dd #1832dd

Monochromatic Colors of #6018dd

#6018dd

Complementary Color

#6018dd #95dd18

#6018dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6018dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6018dd Color CSS Codes

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

#6018dd Text Font Color

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

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


#6018dd Background Color

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

This div background color is #6018dd


#6018dd Border Color

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

This div border color is #6018dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6018dd


Comments

No comments written yet.

Please login to write comment.