Color Hex Logo

#c1819a Color Hex

#C1819A
(193,129,154)
0 Favorites   0 Comments

Color spaces of #c1819a

RGB 193129154
HSL0.930.340.63
HSV337°33°76°
CMYK 0.000.330.20   0.24
XYZ35.675329.371134.3607
Yxy29.37110.35890.2955
Hunter Lab54.195122.66070.3456
CIE-Lab61.107828.3115-3.2201

#c1819a color RGB value is (193,129,154).

#c1819a hex color red value is 193, green value is 129 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #c1819a hue: 0.93 , saturation: 0.34 and the lightness value of c1819a is 0.63.

The process color (four color CMYK) of #c1819a color hex is 0.00, 0.33, 0.20, 0.24. Web safe color of #c1819a is #cc9999. Color #c1819a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000001 10011010
Octal 301 201 232
Decimal 193 129 154
Hex C1 81 9A

RGB Percentages of Color #c1819a

%40.55
%27.10
%32.35

CMYK Percentages of Color #c1819a

%0
%33
%20
%24

Triadic Colors of #c1819a

#c1819a #9ac181 #819ac1

Analogous Colors of #c1819a

#c1819a #c18881 #c181ba

Monochromatic Colors of #c1819a

#c1819a

Complementary Color

#c1819a #81c1a8

#c1819a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1819a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1819a Color CSS Codes

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

#c1819a Text Font Color

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

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


#c1819a Background Color

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

This div background color is #c1819a


#c1819a Border Color

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

This div border color is #c1819a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1819a


Comments

No comments written yet.

Please login to write comment.