Color Hex Logo

#6415cc Color Hex

#6415CC
(100,21,204)
0 Favorites   0 Comments

Color spaces of #6415cc

RGB 10021204
HSL0.740.810.44
HSV266°90°80°
CMYK 0.510.900.00   0.20
XYZ16.42287.605357.7291
Yxy7.60530.20090.0930
Hunter Lab27.577758.0375-104.8088
CIE-Lab33.147066.6475-77.1370

#6415cc color RGB value is (100,21,204).

#6415cc hex color red value is 100, green value is 21 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6415cc hue: 0.74 , saturation: 0.81 and the lightness value of 6415cc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00010101 11001100
Octal 144 25 314
Decimal 100 21 204
Hex 64 15 CC

RGB Percentages of Color #6415cc

%30.77
%6.46
%62.77

CMYK Percentages of Color #6415cc

%51
%90
%0
%20

Triadic Colors of #6415cc

#6415cc #cc6415 #15cc64

Analogous Colors of #6415cc

#6415cc #c015cc #1521cc

Monochromatic Colors of #6415cc

#6415cc

Complementary Color

#6415cc #7dcc15

#6415cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6415cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6415cc Color CSS Codes

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

#6415cc Text Font Color

<p style="color:#6415cc">Text here</p>

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


#6415cc Background Color

<div style="background-color:#6415cc">
Div content here</div>

This div background color is #6415cc


#6415cc Border Color

<div style="border:3px solid #6415cc">
Div here</div>

This div border color is #6415cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,21,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6415cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6415cc;
  -webkit-box-shadow: 1px 1px 3px 2px #6415cc;
  box-shadow:         1px 1px 3px 2px #6415cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,21,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6415cc


Comments

No comments written yet.

Please login to write comment.