Color Hex Logo

#c114aa Color Hex

#C114AA
(193,20,170)
0 Favorites   0 Comments

Color spaces of #c114aa

RGB 19320170
HSL0.860.810.42
HSV308°90°76°
CMYK 0.000.900.12   0.24
XYZ29.498214.740039.3206
Yxy14.74000.35300.1764
Hunter Lab38.392769.9593-33.8481
CIE-Lab45.276074.4029-36.7758

#c114aa color RGB value is (193,20,170).

#c114aa hex color red value is 193, green value is 20 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c114aa hue: 0.86 , saturation: 0.81 and the lightness value of c114aa is 0.42.

The process color (four color CMYK) of #c114aa color hex is 0.00, 0.90, 0.12, 0.24. Web safe color of #c114aa is #cc0099. Color #c114aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010100 10101010
Octal 301 24 252
Decimal 193 20 170
Hex C1 14 AA

RGB Percentages of Color #c114aa

%50.39
%5.22
%44.39

CMYK Percentages of Color #c114aa

%0
%90
%12
%24

Triadic Colors of #c114aa

#c114aa #aac114 #14aac1

Analogous Colors of #c114aa

#c114aa #c11453 #8214c1

Monochromatic Colors of #c114aa

#c114aa

Complementary Color

#c114aa #14c12b

#c114aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c114aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c114aa Color CSS Codes

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

#c114aa Text Font Color

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

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


#c114aa Background Color

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

This div background color is #c114aa


#c114aa Border Color

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

This div border color is #c114aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c114aa


Comments

No comments written yet.

Please login to write comment.