Color Hex Logo

#c341ab Color Hex

#C341AB
(195,65,171)
0 Favorites   0 Comments

Color spaces of #c341ab

RGB 19565171
HSL0.860.520.51
HSV311°67°76°
CMYK 0.000.670.12   0.24
XYZ31.746718.323040.3915
Yxy18.32300.35090.2026
Hunter Lab42.805457.4755-25.9828
CIE-Lab49.885662.9258-30.1097

#c341ab color RGB value is (195,65,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000001 10101011
Octal 303 101 253
Decimal 195 65 171
Hex C3 41 AB

RGB Percentages of Color #c341ab

%45.24
%15.08
%39.68

CMYK Percentages of Color #c341ab

%0
%67
%12
%24

Triadic Colors of #c341ab

#c341ab #abc341 #41abc3

Analogous Colors of #c341ab

#c341ab #c3416a #9a41c3

Monochromatic Colors of #c341ab

#c341ab

Complementary Color

#c341ab #41c359

#c341ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c341ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c341ab Color CSS Codes

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

#c341ab Text Font Color

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

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


#c341ab Background Color

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

This div background color is #c341ab


#c341ab Border Color

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

This div border color is #c341ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c341ab


Comments

No comments written yet.

Please login to write comment.