Color Hex Logo

#c32ebc Color Hex

#C32EBC
(195,46,188)
0 Favorites   0 Comments

Color spaces of #c32ebc

RGB 19546188
HSL0.840.620.47
HSV303°76°76°
CMYK 0.000.760.04   0.24
XYZ32.559817.186949.1783
Yxy17.18690.32910.1737
Hunter Lab41.457167.6414-41.3126
CIE-Lab48.494771.8578-42.2526

#c32ebc color RGB value is (195,46,188).

#c32ebc hex color red value is 195, green value is 46 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c32ebc hue: 0.84 , saturation: 0.62 and the lightness value of c32ebc is 0.47.

The process color (four color CMYK) of #c32ebc color hex is 0.00, 0.76, 0.04, 0.24. Web safe color of #c32ebc is #cc33cc. Color #c32ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101110 10111100
Octal 303 56 274
Decimal 195 46 188
Hex C3 2E BC

RGB Percentages of Color #c32ebc

%45.45
%10.72
%43.82

CMYK Percentages of Color #c32ebc

%0
%76
%4
%24

Triadic Colors of #c32ebc

#c32ebc #bcc32e #2ebcc3

Analogous Colors of #c32ebc

#c32ebc #c32e72 #802ec3

Monochromatic Colors of #c32ebc

#c32ebc

Complementary Color

#c32ebc #2ec335

#c32ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32ebc Color CSS Codes

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

#c32ebc Text Font Color

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

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


#c32ebc Background Color

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

This div background color is #c32ebc


#c32ebc Border Color

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

This div border color is #c32ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,46,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c32ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c32ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #c32ebc;
  box-shadow:         1px 1px 3px 2px #c32ebc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,46,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32ebc


Comments

No comments written yet.

Please login to write comment.