Color Hex Logo

#6415ca Color Hex

#6415CA
(100,21,202)
0 Favorites   0 Comments

Color spaces of #6415ca

RGB 10021202
HSL0.740.810.44
HSV266°90°79°
CMYK 0.500.900.00   0.21
XYZ16.18447.509956.4737
Yxy7.50990.20190.0937
Hunter Lab27.404257.4614-103.0000
CIE-Lab32.940666.1828-76.3108

#6415ca color RGB value is (100,21,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 00010101 11001010
Octal 144 25 312
Decimal 100 21 202
Hex 64 15 CA

RGB Percentages of Color #6415ca

%30.96
%6.50
%62.54

CMYK Percentages of Color #6415ca

%50
%90
%0
%21

Triadic Colors of #6415ca

#6415ca #ca6415 #15ca64

Analogous Colors of #6415ca

#6415ca #bf15ca #1521ca

Monochromatic Colors of #6415ca

#6415ca

Complementary Color

#6415ca #7bca15

#6415ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6415ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6415ca Color CSS Codes

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

#6415ca Text Font Color

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

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


#6415ca Background Color

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

This div background color is #6415ca


#6415ca Border Color

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

This div border color is #6415ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6415ca


Comments

No comments written yet.

Please login to write comment.