Color Hex Logo

#c328ab Color Hex

#C328AB
(195,40,171)
0 Favorites   0 Comments

Color spaces of #c328ab

RGB 19540171
HSL0.860.660.46
HSV309°79°76°
CMYK 0.000.790.12   0.24
XYZ30.615216.060040.0144
Yxy16.06000.35320.1853
Hunter Lab40.074966.2338-31.1480
CIE-Lab47.053170.9631-34.5446

#c328ab color RGB value is (195,40,171).

#c328ab hex color red value is 195, green value is 40 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c328ab hue: 0.86 , saturation: 0.66 and the lightness value of c328ab is 0.46.

The process color (four color CMYK) of #c328ab color hex is 0.00, 0.79, 0.12, 0.24. Web safe color of #c328ab is #cc3399. Color #c328ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101000 10101011
Octal 303 50 253
Decimal 195 40 171
Hex C3 28 AB

RGB Percentages of Color #c328ab

%48.03
%9.85
%42.12

CMYK Percentages of Color #c328ab

%0
%79
%12
%24

Triadic Colors of #c328ab

#c328ab #abc328 #28abc3

Analogous Colors of #c328ab

#c328ab #c3285e #8e28c3

Monochromatic Colors of #c328ab

#c328ab

Complementary Color

#c328ab #28c340

#c328ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c328ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c328ab Color CSS Codes

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

#c328ab Text Font Color

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

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


#c328ab Background Color

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

This div background color is #c328ab


#c328ab Border Color

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

This div border color is #c328ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c328ab


Comments

No comments written yet.

Please login to write comment.