Color Hex Logo

#c032df Color Hex

#C032DF
(192,50,223)
0 Favorites   0 Comments

Color spaces of #c032df

RGB 19250223
HSL0.800.730.54
HSV289°78°87°
CMYK 0.140.780.00   0.13
XYZ36.198118.815471.5359
Yxy18.81540.28600.1487
Hunter Lab43.376773.0499-67.4160
CIE-Lab50.470575.9149-59.2630

#c032df color RGB value is (192,50,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110010 11011111
Octal 300 62 337
Decimal 192 50 223
Hex C0 32 DF

RGB Percentages of Color #c032df

%41.29
%10.75
%47.96

CMYK Percentages of Color #c032df

%14
%78
%0
%13

Triadic Colors of #c032df

#c032df #dfc032 #32dfc0

Analogous Colors of #c032df

#c032df #df32a8 #6a32df

Monochromatic Colors of #c032df

#c032df

Complementary Color

#c032df #51df32

#c032df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c032df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c032df Color CSS Codes

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

#c032df Text Font Color

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

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


#c032df Background Color

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

This div background color is #c032df


#c032df Border Color

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

This div border color is #c032df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c032df


Comments

No comments written yet.

Please login to write comment.