Color Hex Logo

#c33390 Color Hex

#C33390
(195,51,144)
0 Favorites   0 Comments

Color spaces of #c33390

RGB 19551144
HSL0.890.590.48
HSV321°74°76°
CMYK 0.000.740.26   0.24
XYZ28.723515.983427.9568
Yxy15.98340.39530.2200
Hunter Lab39.979258.2815-13.4750
CIE-Lab46.952764.1860-18.5785

#c33390 color RGB value is (195,51,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110011 10010000
Octal 303 63 220
Decimal 195 51 144
Hex C3 33 90

RGB Percentages of Color #c33390

%50.00
%13.08
%36.92

CMYK Percentages of Color #c33390

%0
%74
%26
%24

Triadic Colors of #c33390

#c33390 #90c333 #3390c3

Analogous Colors of #c33390

#c33390 #c33348 #ae33c3

Monochromatic Colors of #c33390

#c33390

Complementary Color

#c33390 #33c366

#c33390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33390 Color CSS Codes

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

#c33390 Text Font Color

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

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


#c33390 Background Color

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

This div background color is #c33390


#c33390 Border Color

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

This div border color is #c33390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33390


Comments

No comments written yet.

Please login to write comment.