Color Hex Logo

#c344ab Color Hex

#C344AB
(195,68,171)
0 Favorites   0 Comments

Color spaces of #c344ab

RGB 19568171
HSL0.860.510.52
HSV311°65°76°
CMYK 0.000.650.12   0.24
XYZ31.923518.676640.4505
Yxy18.67660.35060.2051
Hunter Lab43.216456.2272-25.2438
CIE-Lab50.306761.7534-29.4535

#c344ab color RGB value is (195,68,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000100 10101011
Octal 303 104 253
Decimal 195 68 171
Hex C3 44 AB

RGB Percentages of Color #c344ab

%44.93
%15.67
%39.40

CMYK Percentages of Color #c344ab

%0
%65
%12
%24

Triadic Colors of #c344ab

#c344ab #abc344 #44abc3

Analogous Colors of #c344ab

#c344ab #c3446c #9c44c3

Monochromatic Colors of #c344ab

#c344ab

Complementary Color

#c344ab #44c35c

#c344ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c344ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c344ab Color CSS Codes

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

#c344ab Text Font Color

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

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


#c344ab Background Color

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

This div background color is #c344ab


#c344ab Border Color

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

This div border color is #c344ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c344ab


Comments

No comments written yet.

Please login to write comment.