Color Hex Logo

#c832dd Color Hex

#C832DD
(200,50,221)
0 Favorites   0 Comments

Color spaces of #c832dd

RGB 20050221
HSL0.810.720.53
HSV293°77°87°
CMYK 0.100.770.00   0.13
XYZ38.011219.781070.2213
Yxy19.78100.29690.1545
Hunter Lab44.475874.7220-62.4778
CIE-Lab51.588777.0480-56.2635

#c832dd color RGB value is (200,50,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110010 11011101
Octal 310 62 335
Decimal 200 50 221
Hex C8 32 DD

RGB Percentages of Color #c832dd

%42.46
%10.62
%46.92

CMYK Percentages of Color #c832dd

%10
%77
%0
%13

Triadic Colors of #c832dd

#c832dd #ddc832 #32ddc8

Analogous Colors of #c832dd

#c832dd #dd329d #7332dd

Monochromatic Colors of #c832dd

#c832dd

Complementary Color

#c832dd #47dd32

#c832dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c832dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c832dd Color CSS Codes

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

#c832dd Text Font Color

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

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


#c832dd Background Color

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

This div background color is #c832dd


#c832dd Border Color

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

This div border color is #c832dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c832dd


Comments

No comments written yet.

Please login to write comment.