Color Hex Logo

#c353ab Color Hex

#C353AB
(195,83,171)
0 Favorites   0 Comments

Color spaces of #c353ab

RGB 19583171
HSL0.870.480.55
HSV313°57°76°
CMYK 0.000.570.12   0.24
XYZ32.949620.728940.7925
Yxy20.72890.34880.2194
Hunter Lab45.529049.5057-21.2516
CIE-Lab52.651555.3310-25.8148

#c353ab color RGB value is (195,83,171).

#c353ab hex color red value is 195, green value is 83 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c353ab hue: 0.87 , saturation: 0.48 and the lightness value of c353ab is 0.55.

The process color (four color CMYK) of #c353ab color hex is 0.00, 0.57, 0.12, 0.24. Web safe color of #c353ab is #cc6699. Color #c353ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010011 10101011
Octal 303 123 253
Decimal 195 83 171
Hex C3 53 AB

RGB Percentages of Color #c353ab

%43.43
%18.49
%38.08

CMYK Percentages of Color #c353ab

%0
%57
%12
%24

Triadic Colors of #c353ab

#c353ab #abc353 #53abc3

Analogous Colors of #c353ab

#c353ab #c35373 #a353c3

Monochromatic Colors of #c353ab

#c353ab

Complementary Color

#c353ab #53c36b

#c353ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c353ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c353ab Color CSS Codes

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

#c353ab Text Font Color

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

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


#c353ab Background Color

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

This div background color is #c353ab


#c353ab Border Color

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

This div border color is #c353ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c353ab


Comments

No comments written yet.

Please login to write comment.