Color Hex Logo

#6612ca Color Hex

#6612CA
(102,18,202)
0 Favorites   0 Comments

Color spaces of #6612ca

RGB 10218202
HSL0.740.840.43
HSV267°91°79°
CMYK 0.500.910.00   0.21
XYZ16.35657.521756.4669
Yxy7.52170.20360.0936
Hunter Lab27.425758.4611-102.8744
CIE-Lab32.966267.0513-76.2602

#6612ca color RGB value is (102,18,202).

#6612ca hex color red value is 102, green value is 18 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6612ca hue: 0.74 , saturation: 0.84 and the lightness value of 6612ca is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00010010 11001010
Octal 146 22 312
Decimal 102 18 202
Hex 66 12 CA

RGB Percentages of Color #6612ca

%31.68
%5.59
%62.73

CMYK Percentages of Color #6612ca

%50
%91
%0
%21

Triadic Colors of #6612ca

#6612ca #ca6612 #12ca66

Analogous Colors of #6612ca

#6612ca #c212ca #121aca

Monochromatic Colors of #6612ca

#6612ca

Complementary Color

#6612ca #76ca12

#6612ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6612ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6612ca Color CSS Codes

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

#6612ca Text Font Color

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

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


#6612ca Background Color

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

This div background color is #6612ca


#6612ca Border Color

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

This div border color is #6612ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6612ca


Comments

No comments written yet.

Please login to write comment.