Color Hex Logo

#6310eb Color Hex

#6310EB
(99,16,235)
0 Favorites   0 Comments

Color spaces of #6310eb

RGB 9916235
HSL0.730.870.49
HSV263°93°92°
CMYK 0.580.930.00   0.08
XYZ20.32639.021479.2673
Yxy9.02140.18710.0831
Hunter Lab30.035668.2356-135.4477
CIE-Lab36.025574.7561-90.2189

#6310eb color RGB value is (99,16,235).

#6310eb hex color red value is 99, green value is 16 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6310eb hue: 0.73 , saturation: 0.87 and the lightness value of 6310eb is 0.49.

The process color (four color CMYK) of #6310eb color hex is 0.58, 0.93, 0.00, 0.08. Web safe color of #6310eb is #6600ff. Color #6310eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010000 11101011
Octal 143 20 353
Decimal 99 16 235
Hex 63 10 EB

RGB Percentages of Color #6310eb

%28.29
%4.57
%67.14

CMYK Percentages of Color #6310eb

%58
%93
%0
%8

Triadic Colors of #6310eb

#6310eb #eb6310 #10eb63

Analogous Colors of #6310eb

#6310eb #d110eb #102beb

Monochromatic Colors of #6310eb

#6310eb

Complementary Color

#6310eb #98eb10

#6310eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6310eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6310eb Color CSS Codes

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

#6310eb Text Font Color

<p style="color:#6310eb">Text here</p>

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


#6310eb Background Color

<div style="background-color:#6310eb">
Div content here</div>

This div background color is #6310eb


#6310eb Border Color

<div style="border:3px solid #6310eb">
Div here</div>

This div border color is #6310eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,16,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6310eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6310eb;
  -webkit-box-shadow: 1px 1px 3px 2px #6310eb;
  box-shadow:         1px 1px 3px 2px #6310eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6310eb


Comments

No comments written yet.

Please login to write comment.