Color Hex Logo

#c532dd Color Hex

#C532DD
(197,50,221)
0 Favorites   0 Comments

Color spaces of #c532dd

RGB 19750221
HSL0.810.720.53
HSV292°77°87°
CMYK 0.110.770.00   0.13
XYZ37.217719.372070.1842
Yxy19.37200.29360.1528
Hunter Lab44.013673.9148-63.7344
CIE-Lab51.119676.4885-57.0418

#c532dd color RGB value is (197,50,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110010 11011101
Octal 305 62 335
Decimal 197 50 221
Hex C5 32 DD

RGB Percentages of Color #c532dd

%42.09
%10.68
%47.22

CMYK Percentages of Color #c532dd

%11
%77
%0
%13

Triadic Colors of #c532dd

#c532dd #ddc532 #32ddc5

Analogous Colors of #c532dd

#c532dd #dd32a0 #7032dd

Monochromatic Colors of #c532dd

#c532dd

Complementary Color

#c532dd #4add32

#c532dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c532dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c532dd Color CSS Codes

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

#c532dd Text Font Color

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

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


#c532dd Background Color

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

This div background color is #c532dd


#c532dd Border Color

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

This div border color is #c532dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c532dd


Comments

No comments written yet.

Please login to write comment.