Color Hex Logo

#c33293 Color Hex

#C33293
(195,50,147)
0 Favorites   0 Comments

Color spaces of #c33293

RGB 19550147
HSL0.890.590.48
HSV320°74°76°
CMYK 0.000.740.25   0.24
XYZ28.912715.989929.1662
Yxy15.98990.39030.2159
Hunter Lab39.987459.0858-15.2541
CIE-Lab46.961264.8843-20.3710

#c33293 color RGB value is (195,50,147).

#c33293 hex color red value is 195, green value is 50 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #c33293 hue: 0.89 , saturation: 0.59 and the lightness value of c33293 is 0.48.

The process color (four color CMYK) of #c33293 color hex is 0.00, 0.74, 0.25, 0.24. Web safe color of #c33293 is #cc3399. Color #c33293 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110010 10010011
Octal 303 62 223
Decimal 195 50 147
Hex C3 32 93

RGB Percentages of Color #c33293

%49.74
%12.76
%37.50

CMYK Percentages of Color #c33293

%0
%74
%25
%24

Triadic Colors of #c33293

#c33293 #93c332 #3293c3

Analogous Colors of #c33293

#c33293 #c3324a #ab32c3

Monochromatic Colors of #c33293

#c33293

Complementary Color

#c33293 #32c362

#c33293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33293 Color CSS Codes

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

#c33293 Text Font Color

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

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


#c33293 Background Color

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

This div background color is #c33293


#c33293 Border Color

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

This div border color is #c33293


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,50,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c33293">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33293


Comments

No comments written yet.

Please login to write comment.