Color Hex Logo

#c481ab Color Hex

#C481AB
(196,129,171)
0 Favorites   0 Comments

Color spaces of #c481ab

RGB 196129171
HSL0.900.360.64
HSV322°34°77°
CMYK 0.000.340.13   0.23
XYZ37.965930.376642.3903
Yxy30.37660.34290.2743
Hunter Lab55.115026.5084-7.0209
CIE-Lab61.977832.1209-11.5934

#c481ab color RGB value is (196,129,171).

#c481ab hex color red value is 196, green value is 129 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c481ab hue: 0.90 , saturation: 0.36 and the lightness value of c481ab is 0.64.

The process color (four color CMYK) of #c481ab color hex is 0.00, 0.34, 0.13, 0.23. Web safe color of #c481ab is #cc9999. Color #c481ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000001 10101011
Octal 304 201 253
Decimal 196 129 171
Hex C4 81 AB

RGB Percentages of Color #c481ab

%39.52
%26.01
%34.48

CMYK Percentages of Color #c481ab

%0
%34
%13
%23

Triadic Colors of #c481ab

#c481ab #abc481 #81abc4

Analogous Colors of #c481ab

#c481ab #c4818a #bc81c4

Monochromatic Colors of #c481ab

#c481ab

Complementary Color

#c481ab #81c49a

#c481ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c481ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c481ab Color CSS Codes

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

#c481ab Text Font Color

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

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


#c481ab Background Color

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

This div background color is #c481ab


#c481ab Border Color

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

This div border color is #c481ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c481ab


Comments

No comments written yet.

Please login to write comment.