Color Hex Logo

#c442ab Color Hex

#C442AB
(196,66,171)
0 Favorites   0 Comments

Color spaces of #c442ab

RGB 19666171
HSL0.870.520.51
HSV312°66°77°
CMYK 0.000.660.13   0.23
XYZ32.063918.572540.4230
Yxy18.57250.35210.2040
Hunter Lab43.095857.3888-25.4457
CIE-Lab50.183362.7942-29.6338

#c442ab color RGB value is (196,66,171).

#c442ab hex color red value is 196, green value is 66 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c442ab hue: 0.87 , saturation: 0.52 and the lightness value of c442ab is 0.51.

The process color (four color CMYK) of #c442ab color hex is 0.00, 0.66, 0.13, 0.23. Web safe color of #c442ab is #cc3399. Color #c442ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01000010 10101011
Octal 304 102 253
Decimal 196 66 171
Hex C4 42 AB

RGB Percentages of Color #c442ab

%45.27
%15.24
%39.49

CMYK Percentages of Color #c442ab

%0
%66
%13
%23

Triadic Colors of #c442ab

#c442ab #abc442 #42abc4

Analogous Colors of #c442ab

#c442ab #c4426a #9c42c4

Monochromatic Colors of #c442ab

#c442ab

Complementary Color

#c442ab #42c45b

#c442ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c442ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c442ab Color CSS Codes

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

#c442ab Text Font Color

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

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


#c442ab Background Color

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

This div background color is #c442ab


#c442ab Border Color

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

This div border color is #c442ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c442ab


Comments

No comments written yet.

Please login to write comment.