Color Hex Logo

#c532df Color Hex

#C532DF
(197,50,223)
0 Favorites   0 Comments

Color spaces of #c532df

RGB 19750223
HSL0.810.730.54
HSV291°78°87°
CMYK 0.120.780.00   0.13
XYZ37.485819.479271.5962
Yxy19.47920.29160.1515
Hunter Lab44.135274.3704-65.2856
CIE-Lab51.243276.8321-57.9796

#c532df color RGB value is (197,50,223).

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

The process color (four color CMYK) of #c532df color hex is 0.12, 0.78, 0.00, 0.13. Web safe color of #c532df is #cc33cc. Color #c532df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110010 11011111
Octal 305 62 337
Decimal 197 50 223
Hex C5 32 DF

RGB Percentages of Color #c532df

%41.91
%10.64
%47.45

CMYK Percentages of Color #c532df

%12
%78
%0
%13

Triadic Colors of #c532df

#c532df #dfc532 #32dfc5

Analogous Colors of #c532df

#c532df #df32a3 #6f32df

Monochromatic Colors of #c532df

#c532df

Complementary Color

#c532df #4cdf32

#c532df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c532df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c532df Color CSS Codes

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

#c532df Text Font Color

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

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


#c532df Background Color

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

This div background color is #c532df


#c532df Border Color

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

This div border color is #c532df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,50,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c532df


Comments

No comments written yet.

Please login to write comment.