Color Hex Logo

#cc32dd Color Hex

#CC32DD
(204,50,221)
0 Favorites   0 Comments

Color spaces of #cc32dd

RGB 20450221
HSL0.820.720.53
HSV294°77°87°
CMYK 0.080.770.00   0.13
XYZ39.093620.339070.2720
Yxy20.33900.30140.1568
Hunter Lab45.098875.8088-60.8153
CIE-Lab52.218377.7980-55.2194

#cc32dd color RGB value is (204,50,221).

#cc32dd hex color red value is 204, green value is 50 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cc32dd hue: 0.82 , saturation: 0.72 and the lightness value of cc32dd is 0.53.

The process color (four color CMYK) of #cc32dd color hex is 0.08, 0.77, 0.00, 0.13. Web safe color of #cc32dd is #cc33cc. Color #cc32dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110010 11011101
Octal 314 62 335
Decimal 204 50 221
Hex CC 32 DD

RGB Percentages of Color #cc32dd

%42.95
%10.53
%46.53

CMYK Percentages of Color #cc32dd

%8
%77
%0
%13

Triadic Colors of #cc32dd

#cc32dd #ddcc32 #32ddcc

Analogous Colors of #cc32dd

#cc32dd #dd3299 #7732dd

Monochromatic Colors of #cc32dd

#cc32dd

Complementary Color

#cc32dd #43dd32

#cc32dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc32dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc32dd Color CSS Codes

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

#cc32dd Text Font Color

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

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


#cc32dd Background Color

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

This div background color is #cc32dd


#cc32dd Border Color

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

This div border color is #cc32dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,50,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 #cc32dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc32dd


Comments

No comments written yet.

Please login to write comment.