Color Hex Logo

#6001ca Color Hex

#6001CA
(96,1,202)
0 Favorites   0 Comments

Color spaces of #6001ca

RGB 961202
HSL0.750.990.40
HSV268°100°79°
CMYK 0.521.000.00   0.21
XYZ15.49546.772856.3677
Yxy6.77280.19710.0861
Hunter Lab26.024660.7383-110.2013
CIE-Lab31.284069.3336-79.0665

#6001ca color RGB value is (96,1,202).

#6001ca hex color red value is 96, green value is 1 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6001ca hue: 0.75 , saturation: 0.99 and the lightness value of 6001ca is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000001 11001010
Octal 140 1 312
Decimal 96 1 202
Hex 60 1 CA

RGB Percentages of Color #6001ca

%32.11
%0.33
%67.56

CMYK Percentages of Color #6001ca

%52
%100
%0
%21

Triadic Colors of #6001ca

#6001ca #ca6001 #01ca60

Analogous Colors of #6001ca

#6001ca #c501ca #0106ca

Monochromatic Colors of #6001ca

#6001ca

Complementary Color

#6001ca #6bca01

#6001ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6001ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6001ca Color CSS Codes

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

#6001ca Text Font Color

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

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


#6001ca Background Color

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

This div background color is #6001ca


#6001ca Border Color

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

This div border color is #6001ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,1,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 #6001ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6001ca


Comments

No comments written yet.

Please login to write comment.