Color Hex Logo

#c33ace Color Hex

#C33ACE
(195,58,206)
0 Favorites   0 Comments

Color spaces of #c33ace

RGB 19558206
HSL0.820.600.52
HSV296°72°81°
CMYK 0.050.720.00   0.19
XYZ35.159319.084460.2231
Yxy19.08440.30720.1667
Hunter Lab43.685767.2111-51.1545
CIE-Lab50.785871.0553-49.0235

#c33ace color RGB value is (195,58,206).

#c33ace hex color red value is 195, green value is 58 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c33ace hue: 0.82 , saturation: 0.60 and the lightness value of c33ace is 0.52.

The process color (four color CMYK) of #c33ace color hex is 0.05, 0.72, 0.00, 0.19. Web safe color of #c33ace is #cc33cc. Color #c33ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111010 11001110
Octal 303 72 316
Decimal 195 58 206
Hex C3 3A CE

RGB Percentages of Color #c33ace

%42.48
%12.64
%44.88

CMYK Percentages of Color #c33ace

%5
%72
%0
%19

Triadic Colors of #c33ace

#c33ace #cec33a #3acec3

Analogous Colors of #c33ace

#c33ace #ce3a8f #793ace

Monochromatic Colors of #c33ace

#c33ace

Complementary Color

#c33ace #45ce3a

#c33ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33ace Color CSS Codes

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

#c33ace Text Font Color

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

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


#c33ace Background Color

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

This div background color is #c33ace


#c33ace Border Color

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

This div border color is #c33ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33ace


Comments

No comments written yet.

Please login to write comment.