Color Hex Logo

#c32ebd Color Hex

#C32EBD
(195,46,189)
0 Favorites   0 Comments

Color spaces of #c32ebd

RGB 19546189
HSL0.840.620.47
HSV302°76°76°
CMYK 0.000.760.03   0.24
XYZ32.668017.230249.7481
Yxy17.23020.32780.1729
Hunter Lab41.509367.8391-42.0015
CIE-Lab48.548872.0116-42.7497

#c32ebd color RGB value is (195,46,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101110 10111101
Octal 303 56 275
Decimal 195 46 189
Hex C3 2E BD

RGB Percentages of Color #c32ebd

%45.35
%10.70
%43.95

CMYK Percentages of Color #c32ebd

%0
%76
%3
%24

Triadic Colors of #c32ebd

#c32ebd #bdc32e #2ebdc3

Analogous Colors of #c32ebd

#c32ebd #c32e73 #7f2ec3

Monochromatic Colors of #c32ebd

#c32ebd

Complementary Color

#c32ebd #2ec334

#c32ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32ebd Color CSS Codes

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

#c32ebd Text Font Color

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

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


#c32ebd Background Color

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

This div background color is #c32ebd


#c32ebd Border Color

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

This div border color is #c32ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32ebd


Comments

No comments written yet.

Please login to write comment.