Color Hex Logo

#c33add Color Hex

#C33ADD
(195,58,221)
0 Favorites   0 Comments

Color spaces of #c33add

RGB 19558221
HSL0.810.710.55
HSV290°74°87°
CMYK 0.120.740.00   0.13
XYZ37.069919.848770.2840
Yxy19.84870.29140.1560
Hunter Lab44.551970.5572-62.3482
CIE-Lab51.665773.6498-56.1821

#c33add color RGB value is (195,58,221).

#c33add hex color red value is 195, green value is 58 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c33add hue: 0.81 , saturation: 0.71 and the lightness value of c33add is 0.55.

The process color (four color CMYK) of #c33add color hex is 0.12, 0.74, 0.00, 0.13. Web safe color of #c33add is #cc33cc. Color #c33add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111010 11011101
Octal 303 72 335
Decimal 195 58 221
Hex C3 3A DD

RGB Percentages of Color #c33add

%41.14
%12.24
%46.62

CMYK Percentages of Color #c33add

%12
%74
%0
%13

Triadic Colors of #c33add

#c33add #ddc33a #3addc3

Analogous Colors of #c33add

#c33add #dd3aa6 #723add

Monochromatic Colors of #c33add

#c33add

Complementary Color

#c33add #54dd3a

#c33add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33add Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33add Color CSS Codes

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

#c33add Text Font Color

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

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


#c33add Background Color

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

This div background color is #c33add


#c33add Border Color

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

This div border color is #c33add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33add


Comments

No comments written yet.

Please login to write comment.