Color Hex Logo

#c641aa Color Hex

#C641AA
(198,65,170)
0 Favorites   0 Comments

Color spaces of #c641aa

RGB 19865170
HSL0.870.540.52
HSV313°67°78°
CMYK 0.000.670.14   0.22
XYZ32.434718.688639.9280
Yxy18.68860.35620.2053
Hunter Lab43.230358.2714-24.4997
CIE-Lab50.320963.5376-28.8073

#c641aa color RGB value is (198,65,170).

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

The process color (four color CMYK) of #c641aa color hex is 0.00, 0.67, 0.14, 0.22. Web safe color of #c641aa is #cc3399. Color #c641aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000001 10101010
Octal 306 101 252
Decimal 198 65 170
Hex C6 41 AA

RGB Percentages of Color #c641aa

%45.73
%15.01
%39.26

CMYK Percentages of Color #c641aa

%0
%67
%14
%22

Triadic Colors of #c641aa

#c641aa #aac641 #41aac6

Analogous Colors of #c641aa

#c641aa #c64168 #a041c6

Monochromatic Colors of #c641aa

#c641aa

Complementary Color

#c641aa #41c65d

#c641aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c641aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c641aa Color CSS Codes

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

#c641aa Text Font Color

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

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


#c641aa Background Color

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

This div background color is #c641aa


#c641aa Border Color

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

This div border color is #c641aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,65,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 #c641aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c641aa


Comments

No comments written yet.

Please login to write comment.