Color Hex Logo

#6307dc Color Hex

#6307DC
(99,7,220)
0 Favorites   0 Comments

Color spaces of #6307dc

RGB 997220
HSL0.740.940.45
HSV266°97°86°
CMYK 0.550.970.00   0.14
XYZ18.13987.971968.2928
Yxy7.97190.19210.0844
Hunter Lab28.234665.2701-123.6445
CIE-Lab33.924372.6824-85.1228

#6307dc color RGB value is (99,7,220).

#6307dc hex color red value is 99, green value is 7 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6307dc hue: 0.74 , saturation: 0.94 and the lightness value of 6307dc is 0.45.

The process color (four color CMYK) of #6307dc color hex is 0.55, 0.97, 0.00, 0.14. Web safe color of #6307dc is #6600cc. Color #6307dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00000111 11011100
Octal 143 7 334
Decimal 99 7 220
Hex 63 7 DC

RGB Percentages of Color #6307dc

%30.37
%2.15
%67.48

CMYK Percentages of Color #6307dc

%55
%97
%0
%14

Triadic Colors of #6307dc

#6307dc #dc6307 #07dc63

Analogous Colors of #6307dc

#6307dc #ce07dc #0716dc

Monochromatic Colors of #6307dc

#6307dc

Complementary Color

#6307dc #80dc07

#6307dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6307dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6307dc Color CSS Codes

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

#6307dc Text Font Color

<p style="color:#6307dc">Text here</p>

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


#6307dc Background Color

<div style="background-color:#6307dc">
Div content here</div>

This div background color is #6307dc


#6307dc Border Color

<div style="border:3px solid #6307dc">
Div here</div>

This div border color is #6307dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,7,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6307dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6307dc;
  -webkit-box-shadow: 1px 1px 3px 2px #6307dc;
  box-shadow:         1px 1px 3px 2px #6307dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6307dc


Comments

No comments written yet.

Please login to write comment.