Color Hex Logo

#c14abc Color Hex

#C14ABC
(193,74,188)
0 Favorites   0 Comments

Color spaces of #c14abc

RGB 19374188
HSL0.840.490.52
HSV303°62°76°
CMYK 0.000.620.03   0.24
XYZ33.518219.865949.6448
Yxy19.86590.32530.1928
Hunter Lab44.571256.2351-34.8393
CIE-Lab51.685361.5048-37.2353

#c14abc color RGB value is (193,74,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01001010 10111100
Octal 301 112 274
Decimal 193 74 188
Hex C1 4A BC

RGB Percentages of Color #c14abc

%42.42
%16.26
%41.32

CMYK Percentages of Color #c14abc

%0
%62
%3
%24

Triadic Colors of #c14abc

#c14abc #bcc14a #4abcc1

Analogous Colors of #c14abc

#c14abc #c14a81 #8b4ac1

Monochromatic Colors of #c14abc

#c14abc

Complementary Color

#c14abc #4ac14f

#c14abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c14abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c14abc Color CSS Codes

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

#c14abc Text Font Color

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

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


#c14abc Background Color

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

This div background color is #c14abc


#c14abc Border Color

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

This div border color is #c14abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c14abc


Comments

No comments written yet.

Please login to write comment.