Color Hex Logo

#c651aa Color Hex

#C651AA
(198,81,170)
0 Favorites   0 Comments

Color spaces of #c651aa

RGB 19881170
HSL0.870.510.55
HSV314°59°78°
CMYK 0.000.590.14   0.22
XYZ33.486820.792940.2787
Yxy20.79290.35410.2199
Hunter Lab45.599251.2867-20.4526
CIE-Lab52.722156.9253-25.0852

#c651aa color RGB value is (198,81,170).

#c651aa hex color red value is 198, green value is 81 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c651aa hue: 0.87 , saturation: 0.51 and the lightness value of c651aa is 0.55.

The process color (four color CMYK) of #c651aa color hex is 0.00, 0.59, 0.14, 0.22. Web safe color of #c651aa is #cc6699. Color #c651aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010001 10101010
Octal 306 121 252
Decimal 198 81 170
Hex C6 51 AA

RGB Percentages of Color #c651aa

%44.10
%18.04
%37.86

CMYK Percentages of Color #c651aa

%0
%59
%14
%22

Triadic Colors of #c651aa

#c651aa #aac651 #51aac6

Analogous Colors of #c651aa

#c651aa #c65170 #a851c6

Monochromatic Colors of #c651aa

#c651aa

Complementary Color

#c651aa #51c66d

#c651aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c651aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c651aa Color CSS Codes

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

#c651aa Text Font Color

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

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


#c651aa Background Color

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

This div background color is #c651aa


#c651aa Border Color

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

This div border color is #c651aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c651aa


Comments

No comments written yet.

Please login to write comment.