Color Hex Logo

#6216cb Color Hex

#6216CB
(98,22,203)
0 Favorites   0 Comments

Color spaces of #6216cb

RGB 9822203
HSL0.740.800.44
HSV265°89°80°
CMYK 0.520.890.00   0.20
XYZ16.10347.482357.0954
Yxy7.48230.19960.0927
Hunter Lab27.353857.2153-104.6080
CIE-Lab32.880665.9785-77.0018

#6216cb color RGB value is (98,22,203).

#6216cb hex color red value is 98, green value is 22 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6216cb hue: 0.74 , saturation: 0.80 and the lightness value of 6216cb is 0.44.

The process color (four color CMYK) of #6216cb color hex is 0.52, 0.89, 0.00, 0.20. Web safe color of #6216cb is #6600cc. Color #6216cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00010110 11001011
Octal 142 26 313
Decimal 98 22 203
Hex 62 16 CB

RGB Percentages of Color #6216cb

%30.34
%6.81
%62.85

CMYK Percentages of Color #6216cb

%52
%89
%0
%20

Triadic Colors of #6216cb

#6216cb #cb6216 #16cb62

Analogous Colors of #6216cb

#6216cb #bd16cb #1625cb

Monochromatic Colors of #6216cb

#6216cb

Complementary Color

#6216cb #7fcb16

#6216cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6216cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6216cb Color CSS Codes

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

#6216cb Text Font Color

<p style="color:#6216cb">Text here</p>

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


#6216cb Background Color

<div style="background-color:#6216cb">
Div content here</div>

This div background color is #6216cb


#6216cb Border Color

<div style="border:3px solid #6216cb">
Div here</div>

This div border color is #6216cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,22,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6216cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6216cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6216cb;
  box-shadow:         1px 1px 3px 2px #6216cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,22,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6216cb


Comments

No comments written yet.

Please login to write comment.