Color Hex Logo

#6310df Color Hex

#6310DF
(99,16,223)
0 Favorites   0 Comments

Color spaces of #6310df

RGB 9916223
HSL0.730.870.47
HSV264°93°87°
CMYK 0.560.930.00   0.13
XYZ18.65028.350970.4410
Yxy8.35090.19140.0857
Hunter Lab28.897964.6293-124.2956
CIE-Lab34.703271.9998-85.5563

#6310df color RGB value is (99,16,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00010000 11011111
Octal 143 20 337
Decimal 99 16 223
Hex 63 10 DF

RGB Percentages of Color #6310df

%29.29
%4.73
%65.98

CMYK Percentages of Color #6310df

%56
%93
%0
%13

Triadic Colors of #6310df

#6310df #df6310 #10df63

Analogous Colors of #6310df

#6310df #cb10df #1025df

Monochromatic Colors of #6310df

#6310df

Complementary Color

#6310df #8cdf10

#6310df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6310df Color Preview on White Background

Lorem ipsum dolor sit amet.

#6310df Color CSS Codes

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

#6310df Text Font Color

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

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


#6310df Background Color

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

This div background color is #6310df


#6310df Border Color

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

This div border color is #6310df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6310df


Comments

No comments written yet.

Please login to write comment.