Color Hex Logo

#c134aa Color Hex

#C134AA
(193,52,170)
0 Favorites   0 Comments

Color spaces of #c134aa

RGB 19352170
HSL0.860.580.48
HSV310°73°76°
CMYK 0.000.730.12   0.24
XYZ30.476016.695739.6465
Yxy16.69570.35100.1923
Hunter Lab40.860461.6298-28.9264
CIE-Lab47.874366.9032-32.6883

#c134aa color RGB value is (193,52,170).

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

The process color (four color CMYK) of #c134aa color hex is 0.00, 0.73, 0.12, 0.24. Web safe color of #c134aa is #cc3399. Color #c134aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110100 10101010
Octal 301 64 252
Decimal 193 52 170
Hex C1 34 AA

RGB Percentages of Color #c134aa

%46.51
%12.53
%40.96

CMYK Percentages of Color #c134aa

%0
%73
%12
%24

Triadic Colors of #c134aa

#c134aa #aac134 #34aac1

Analogous Colors of #c134aa

#c134aa #c13463 #9234c1

Monochromatic Colors of #c134aa

#c134aa

Complementary Color

#c134aa #34c14b

#c134aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c134aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c134aa Color CSS Codes

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

#c134aa Text Font Color

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

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


#c134aa Background Color

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

This div background color is #c134aa


#c134aa Border Color

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

This div border color is #c134aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c134aa


Comments

No comments written yet.

Please login to write comment.