Color Hex Logo

#6217dd Color Hex

#6217DD
(98,23,221)
0 Favorites   0 Comments

Color spaces of #6217dd

RGB 9823221
HSL0.730.810.48
HSV263°90°87°
CMYK 0.560.900.00   0.13
XYZ18.39458.429969.0642
Yxy8.42990.19180.0879
Hunter Lab29.034362.2776-120.7098
CIE-Lab34.862669.9789-84.1471

#6217dd color RGB value is (98,23,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 00010111 11011101
Octal 142 27 335
Decimal 98 23 221
Hex 62 17 DD

RGB Percentages of Color #6217dd

%28.65
%6.73
%64.62

CMYK Percentages of Color #6217dd

%56
%90
%0
%13

Triadic Colors of #6217dd

#6217dd #dd6217 #17dd62

Analogous Colors of #6217dd

#6217dd #c517dd #172fdd

Monochromatic Colors of #6217dd

#6217dd

Complementary Color

#6217dd #92dd17

#6217dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6217dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6217dd Color CSS Codes

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

#6217dd Text Font Color

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

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


#6217dd Background Color

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

This div background color is #6217dd


#6217dd Border Color

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

This div border color is #6217dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6217dd


Comments

No comments written yet.

Please login to write comment.