Color Hex Logo

#c66aea Color Hex

#C66AEA
(198,106,234)
0 Favorites   0 Comments

Color spaces of #c66aea

RGB 198106234
HSL0.790.750.67
HSV283°55°92°
CMYK 0.150.550.00   0.08
XYZ43.294028.254381.0137
Yxy28.25430.28380.1852
Hunter Lab53.154852.3655-53.1561
CIE-Lab60.117856.6157-49.9922

#c66aea color RGB value is (198,106,234).

#c66aea hex color red value is 198, green value is 106 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c66aea hue: 0.79 , saturation: 0.75 and the lightness value of c66aea is 0.67.

The process color (four color CMYK) of #c66aea color hex is 0.15, 0.55, 0.00, 0.08. Web safe color of #c66aea is #cc66ff. Color #c66aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101010 11101010
Octal 306 152 352
Decimal 198 106 234
Hex C6 6A EA

RGB Percentages of Color #c66aea

%36.80
%19.70
%43.49

CMYK Percentages of Color #c66aea

%15
%55
%0
%8

Triadic Colors of #c66aea

#c66aea #eac66a #6aeac6

Analogous Colors of #c66aea

#c66aea #ea6ace #866aea

Monochromatic Colors of #c66aea

#c66aea

Complementary Color

#c66aea #8eea6a

#c66aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66aea Color CSS Codes

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

#c66aea Text Font Color

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

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


#c66aea Background Color

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

This div background color is #c66aea


#c66aea Border Color

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

This div border color is #c66aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66aea


Comments

No comments written yet.

Please login to write comment.