Color Hex Logo

#c66abe Color Hex

#C66ABE
(198,106,190)
0 Favorites   0 Comments

Color spaces of #c66abe

RGB 198106190
HSL0.850.450.60
HSV305°46°78°
CMYK 0.000.460.04   0.22
XYZ37.737026.031551.7508
Yxy26.03150.32670.2253
Hunter Lab51.021142.7381-24.4232
CIE-Lab58.066948.2366-28.3790

#c66abe color RGB value is (198,106,190).

#c66abe hex color red value is 198, green value is 106 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c66abe hue: 0.85 , saturation: 0.45 and the lightness value of c66abe is 0.60.

The process color (four color CMYK) of #c66abe color hex is 0.00, 0.46, 0.04, 0.22. Web safe color of #c66abe is #cc66cc. Color #c66abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101010 10111110
Octal 306 152 276
Decimal 198 106 190
Hex C6 6A BE

RGB Percentages of Color #c66abe

%40.08
%21.46
%38.46

CMYK Percentages of Color #c66abe

%0
%46
%4
%22

Triadic Colors of #c66abe

#c66abe #bec66a #6abec6

Analogous Colors of #c66abe

#c66abe #c66a90 #a06ac6

Monochromatic Colors of #c66abe

#c66abe

Complementary Color

#c66abe #6ac672

#c66abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66abe Color CSS Codes

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

#c66abe Text Font Color

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

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


#c66abe Background Color

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

This div background color is #c66abe


#c66abe Border Color

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

This div border color is #c66abe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,106,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c66abe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c66abe;
  -webkit-box-shadow: 1px 1px 3px 2px #c66abe;
  box-shadow:         1px 1px 3px 2px #c66abe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,106,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66abe


Comments

No comments written yet.

Please login to write comment.