Color Hex Logo

#c14aba Color Hex

#C14ABA
(193,74,186)
0 Favorites   0 Comments

Color spaces of #c14aba

RGB 19374186
HSL0.840.490.52
HSV304°62°76°
CMYK 0.000.620.04   0.24
XYZ33.304019.780248.5170
Yxy19.78020.32780.1947
Hunter Lab44.474955.8343-33.5461
CIE-Lab51.587861.1708-36.2287

#c14aba color RGB value is (193,74,186).

#c14aba hex color red value is 193, green value is 74 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #c14aba hue: 0.84 , saturation: 0.49 and the lightness value of c14aba is 0.52.

The process color (four color CMYK) of #c14aba color hex is 0.00, 0.62, 0.04, 0.24. Web safe color of #c14aba is #cc33cc. Color #c14aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001010 10111010
Octal 301 112 272
Decimal 193 74 186
Hex C1 4A BA

RGB Percentages of Color #c14aba

%42.60
%16.34
%41.06

CMYK Percentages of Color #c14aba

%0
%62
%4
%24

Triadic Colors of #c14aba

#c14aba #bac14a #4abac1

Analogous Colors of #c14aba

#c14aba #c14a7f #8d4ac1

Monochromatic Colors of #c14aba

#c14aba

Complementary Color

#c14aba #4ac151

#c14aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14aba Color CSS Codes

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

#c14aba Text Font Color

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

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


#c14aba Background Color

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

This div background color is #c14aba


#c14aba Border Color

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

This div border color is #c14aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,74,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14aba


Comments

No comments written yet.

Please login to write comment.