Color Hex Logo

#c66ada Color Hex

#C66ADA
(198,106,218)
0 Favorites   0 Comments

Color spaces of #c66ada

RGB 198106218
HSL0.800.600.64
HSV289°51°85°
CMYK 0.090.510.00   0.15
XYZ41.097627.375869.4476
Yxy27.37580.29800.1985
Hunter Lab52.321948.6442-42.0712
CIE-Lab59.320653.4331-42.2957

#c66ada color RGB value is (198,106,218).

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

The process color (four color CMYK) of #c66ada color hex is 0.09, 0.51, 0.00, 0.15. Web safe color of #c66ada is #cc66cc. Color #c66ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101010 11011010
Octal 306 152 332
Decimal 198 106 218
Hex C6 6A DA

RGB Percentages of Color #c66ada

%37.93
%20.31
%41.76

CMYK Percentages of Color #c66ada

%9
%51
%0
%15

Triadic Colors of #c66ada

#c66ada #dac66a #6adac6

Analogous Colors of #c66ada

#c66ada #da6ab6 #8e6ada

Monochromatic Colors of #c66ada

#c66ada

Complementary Color

#c66ada #7eda6a

#c66ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66ada Color CSS Codes

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

#c66ada Text Font Color

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

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


#c66ada Background Color

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

This div background color is #c66ada


#c66ada Border Color

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

This div border color is #c66ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66ada


Comments

No comments written yet.

Please login to write comment.