Color Hex Logo

#c432dd Color Hex

#C432DD
(196,50,221)
0 Favorites   0 Comments

Color spaces of #c432dd

RGB 19650221
HSL0.810.720.53
HSV291°77°87°
CMYK 0.110.770.00   0.13
XYZ36.956719.237470.1720
Yxy19.23740.29250.1522
Hunter Lab43.860573.6478-64.1553
CIE-Lab50.963876.3030-57.3004

#c432dd color RGB value is (196,50,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110010 11011101
Octal 304 62 335
Decimal 196 50 221
Hex C4 32 DD

RGB Percentages of Color #c432dd

%41.97
%10.71
%47.32

CMYK Percentages of Color #c432dd

%11
%77
%0
%13

Triadic Colors of #c432dd

#c432dd #ddc432 #32ddc4

Analogous Colors of #c432dd

#c432dd #dd32a1 #6f32dd

Monochromatic Colors of #c432dd

#c432dd

Complementary Color

#c432dd #4bdd32

#c432dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c432dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c432dd Color CSS Codes

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

#c432dd Text Font Color

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

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


#c432dd Background Color

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

This div background color is #c432dd


#c432dd Border Color

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

This div border color is #c432dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c432dd


Comments

No comments written yet.

Please login to write comment.