Color Hex Logo

#6318dc Color Hex

#6318DC
(99,24,220)
0 Favorites   0 Comments

Color spaces of #6318dc

RGB 9924220
HSL0.730.800.48
HSV263°89°86°
CMYK 0.550.890.00   0.14
XYZ18.39058.473268.3764
Yxy8.47320.19310.0890
Hunter Lab29.108861.8334-118.8959
CIE-Lab34.949669.5832-83.4249

#6318dc color RGB value is (99,24,220).

#6318dc hex color red value is 99, green value is 24 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6318dc hue: 0.73 , saturation: 0.80 and the lightness value of 6318dc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011000 11011100
Octal 143 30 334
Decimal 99 24 220
Hex 63 18 DC

RGB Percentages of Color #6318dc

%28.86
%7.00
%64.14

CMYK Percentages of Color #6318dc

%55
%89
%0
%14

Triadic Colors of #6318dc

#6318dc #dc6318 #18dc63

Analogous Colors of #6318dc

#6318dc #c518dc #182fdc

Monochromatic Colors of #6318dc

#6318dc

Complementary Color

#6318dc #91dc18

#6318dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6318dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6318dc Color CSS Codes

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

#6318dc Text Font Color

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

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


#6318dc Background Color

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

This div background color is #6318dc


#6318dc Border Color

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

This div border color is #6318dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,24,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 #6318dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6318dc


Comments

No comments written yet.

Please login to write comment.