Color Hex Logo

#6210cf Color Hex

#6210CF
(98,16,207)
0 Favorites   0 Comments

Color spaces of #6210cf

RGB 9816207
HSL0.740.860.44
HSV266°92°81°
CMYK 0.530.920.00   0.19
XYZ16.48487.472259.6049
Yxy7.47220.19730.0894
Hunter Lab27.335359.8091-110.1476
CIE-Lab32.858668.2406-79.3689

#6210cf color RGB value is (98,16,207).

#6210cf hex color red value is 98, green value is 16 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6210cf hue: 0.74 , saturation: 0.86 and the lightness value of 6210cf is 0.44.

The process color (four color CMYK) of #6210cf color hex is 0.53, 0.92, 0.00, 0.19. Web safe color of #6210cf is #6600cc. Color #6210cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00010000 11001111
Octal 142 20 317
Decimal 98 16 207
Hex 62 10 CF

RGB Percentages of Color #6210cf

%30.53
%4.98
%64.49

CMYK Percentages of Color #6210cf

%53
%92
%0
%19

Triadic Colors of #6210cf

#6210cf #cf6210 #10cf62

Analogous Colors of #6210cf

#6210cf #c210cf #101ecf

Monochromatic Colors of #6210cf

#6210cf

Complementary Color

#6210cf #7dcf10

#6210cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6210cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6210cf Color CSS Codes

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

#6210cf Text Font Color

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

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


#6210cf Background Color

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

This div background color is #6210cf


#6210cf Border Color

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

This div border color is #6210cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6210cf


Comments

No comments written yet.

Please login to write comment.