Color Hex Logo

#c033ad Color Hex

#C033AD
(192,51,173)
0 Favorites   0 Comments

Color spaces of #c033ad

RGB 19251173
HSL0.860.580.48
HSV308°73°75°
CMYK 0.000.730.10   0.25
XYZ30.464916.591341.1319
Yxy16.59130.34550.1881
Hunter Lab40.732462.2233-31.3588
CIE-Lab47.740967.4367-34.6801

#c033ad color RGB value is (192,51,173).

#c033ad hex color red value is 192, green value is 51 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c033ad hue: 0.86 , saturation: 0.58 and the lightness value of c033ad is 0.48.

The process color (four color CMYK) of #c033ad color hex is 0.00, 0.73, 0.10, 0.25. Web safe color of #c033ad is #cc3399. Color #c033ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110011 10101101
Octal 300 63 255
Decimal 192 51 173
Hex C0 33 AD

RGB Percentages of Color #c033ad

%46.15
%12.26
%41.59

CMYK Percentages of Color #c033ad

%0
%73
%10
%25

Triadic Colors of #c033ad

#c033ad #adc033 #33adc0

Analogous Colors of #c033ad

#c033ad #c03367 #8d33c0

Monochromatic Colors of #c033ad

#c033ad

Complementary Color

#c033ad #33c046

#c033ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c033ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c033ad Color CSS Codes

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

#c033ad Text Font Color

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

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


#c033ad Background Color

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

This div background color is #c033ad


#c033ad Border Color

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

This div border color is #c033ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c033ad


Comments

No comments written yet.

Please login to write comment.