Color Hex Logo

#6318cb Color Hex

#6318CB
(99,24,203)
0 Favorites   0 Comments

Color spaces of #6318cb

RGB 9924203
HSL0.740.790.45
HSV265°88°80°
CMYK 0.510.880.00   0.20
XYZ16.25177.617757.1137
Yxy7.61770.20070.0941
Hunter Lab27.600256.8051-103.3701
CIE-Lab33.173765.5619-76.5137

#6318cb color RGB value is (99,24,203).

#6318cb hex color red value is 99, green value is 24 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6318cb hue: 0.74 , saturation: 0.79 and the lightness value of 6318cb is 0.45.

The process color (four color CMYK) of #6318cb color hex is 0.51, 0.88, 0.00, 0.20. Web safe color of #6318cb is #6600cc. Color #6318cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 00011000 11001011
Octal 143 30 313
Decimal 99 24 203
Hex 63 18 CB

RGB Percentages of Color #6318cb

%30.37
%7.36
%62.27

CMYK Percentages of Color #6318cb

%51
%88
%0
%20

Triadic Colors of #6318cb

#6318cb #cb6318 #18cb63

Analogous Colors of #6318cb

#6318cb #bd18cb #1827cb

Monochromatic Colors of #6318cb

#6318cb

Complementary Color

#6318cb #80cb18

#6318cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6318cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6318cb Color CSS Codes

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

#6318cb Text Font Color

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

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


#6318cb Background Color

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

This div background color is #6318cb


#6318cb Border Color

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

This div border color is #6318cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6318cb


Comments

No comments written yet.

Please login to write comment.