Color Hex Logo

#c65aac Color Hex

#C65AAC
(198,90,172)
0 Favorites   0 Comments

Color spaces of #c65aac

RGB 19890172
HSL0.870.490.56
HSV314°55°78°
CMYK 0.000.550.13   0.22
XYZ34.391322.296741.5208
Yxy22.29670.35020.2270
Hunter Lab47.219447.3730-19.0811
CIE-Lab54.340453.1011-23.7559

#c65aac color RGB value is (198,90,172).

#c65aac hex color red value is 198, green value is 90 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c65aac hue: 0.87 , saturation: 0.49 and the lightness value of c65aac is 0.56.

The process color (four color CMYK) of #c65aac color hex is 0.00, 0.55, 0.13, 0.22. Web safe color of #c65aac is #cc6699. Color #c65aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011010 10101100
Octal 306 132 254
Decimal 198 90 172
Hex C6 5A AC

RGB Percentages of Color #c65aac

%43.04
%19.57
%37.39

CMYK Percentages of Color #c65aac

%0
%55
%13
%22

Triadic Colors of #c65aac

#c65aac #acc65a #5aacc6

Analogous Colors of #c65aac

#c65aac #c65a76 #aa5ac6

Monochromatic Colors of #c65aac

#c65aac

Complementary Color

#c65aac #5ac674

#c65aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65aac Color CSS Codes

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

#c65aac Text Font Color

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

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


#c65aac Background Color

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

This div background color is #c65aac


#c65aac Border Color

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

This div border color is #c65aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65aac


Comments

No comments written yet.

Please login to write comment.