Color Hex Logo

#6210bc Color Hex

#6210BC
(98,16,188)
0 Favorites   0 Comments

Color spaces of #6210bc

RGB 9816188
HSL0.750.840.40
HSV269°91°74°
CMYK 0.480.910.00   0.26
XYZ14.29946.598148.0968
Yxy6.59810.20730.0956
Hunter Lab25.686854.4162-93.0359
CIE-Lab30.873963.8848-71.5001

#6210bc color RGB value is (98,16,188).

#6210bc hex color red value is 98, green value is 16 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6210bc hue: 0.75 , saturation: 0.84 and the lightness value of 6210bc is 0.40.

The process color (four color CMYK) of #6210bc color hex is 0.48, 0.91, 0.00, 0.26. Web safe color of #6210bc is #6600cc. Color #6210bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00010000 10111100
Octal 142 20 274
Decimal 98 16 188
Hex 62 10 BC

RGB Percentages of Color #6210bc

%32.45
%5.30
%62.25

CMYK Percentages of Color #6210bc

%48
%91
%0
%26

Triadic Colors of #6210bc

#6210bc #bc6210 #10bc62

Analogous Colors of #6210bc

#6210bc #b810bc #1014bc

Monochromatic Colors of #6210bc

#6210bc

Complementary Color

#6210bc #6abc10

#6210bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6210bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6210bc Color CSS Codes

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

#6210bc Text Font Color

<p style="color:#6210bc">Text here</p>

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


#6210bc Background Color

<div style="background-color:#6210bc">
Div content here</div>

This div background color is #6210bc


#6210bc Border Color

<div style="border:3px solid #6210bc">
Div here</div>

This div border color is #6210bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,16,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6210bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6210bc;
  -webkit-box-shadow: 1px 1px 3px 2px #6210bc;
  box-shadow:         1px 1px 3px 2px #6210bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6210bc


Comments

No comments written yet.

Please login to write comment.