Color Hex Logo

#c33aab Color Hex

#C33AAB
(195,58,171)
0 Favorites   0 Comments

Color spaces of #c33aab

RGB 19558171
HSL0.860.540.50
HSV311°70°76°
CMYK 0.000.700.12   0.24
XYZ31.369417.568540.2658
Yxy17.56850.35170.1969
Hunter Lab41.914860.2401-27.6171
CIE-Lab48.968565.4988-31.5416

#c33aab color RGB value is (195,58,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111010 10101011
Octal 303 72 253
Decimal 195 58 171
Hex C3 3A AB

RGB Percentages of Color #c33aab

%45.99
%13.68
%40.33

CMYK Percentages of Color #c33aab

%0
%70
%12
%24

Triadic Colors of #c33aab

#c33aab #abc33a #3aabc3

Analogous Colors of #c33aab

#c33aab #c33a67 #973ac3

Monochromatic Colors of #c33aab

#c33aab

Complementary Color

#c33aab #3ac352

#c33aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33aab Color CSS Codes

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

#c33aab Text Font Color

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

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


#c33aab Background Color

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

This div background color is #c33aab


#c33aab Border Color

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

This div border color is #c33aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33aab


Comments

No comments written yet.

Please login to write comment.