Color Hex Logo

#c932df Color Hex

#C932DF
(201,50,223)
0 Favorites   0 Comments

Color spaces of #c932df

RGB 20150223
HSL0.810.730.54
HSV292°78°87°
CMYK 0.100.780.00   0.13
XYZ38.547320.026471.6459
Yxy20.02640.29600.1538
Hunter Lab44.750975.4415-63.5974
CIE-Lab51.867077.5720-56.9443

#c932df color RGB value is (201,50,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110010 11011111
Octal 311 62 337
Decimal 201 50 223
Hex C9 32 DF

RGB Percentages of Color #c932df

%42.41
%10.55
%47.05

CMYK Percentages of Color #c932df

%10
%78
%0
%13

Triadic Colors of #c932df

#c932df #dfc932 #32dfc9

Analogous Colors of #c932df

#c932df #df329f #7332df

Monochromatic Colors of #c932df

#c932df

Complementary Color

#c932df #48df32

#c932df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c932df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c932df Color CSS Codes

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

#c932df Text Font Color

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

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


#c932df Background Color

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

This div background color is #c932df


#c932df Border Color

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

This div border color is #c932df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c932df


Comments

No comments written yet.

Please login to write comment.