Color Hex Logo

#c32ebb Color Hex

#C32EBB
(195,46,187)
0 Favorites   0 Comments

Color spaces of #c32ebb

RGB 19546187
HSL0.840.620.47
HSV303°76°76°
CMYK 0.000.760.04   0.24
XYZ32.452317.143948.6124
Yxy17.14390.33040.1746
Hunter Lab41.405267.4445-40.6267
CIE-Lab48.440871.7044-41.7546

#c32ebb color RGB value is (195,46,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101110 10111011
Octal 303 56 273
Decimal 195 46 187
Hex C3 2E BB

RGB Percentages of Color #c32ebb

%45.56
%10.75
%43.69

CMYK Percentages of Color #c32ebb

%0
%76
%4
%24

Triadic Colors of #c32ebb

#c32ebb #bbc32e #2ebbc3

Analogous Colors of #c32ebb

#c32ebb #c32e71 #812ec3

Monochromatic Colors of #c32ebb

#c32ebb

Complementary Color

#c32ebb #2ec336

#c32ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32ebb Color CSS Codes

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

#c32ebb Text Font Color

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

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


#c32ebb Background Color

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

This div background color is #c32ebb


#c32ebb Border Color

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

This div border color is #c32ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32ebb


Comments

No comments written yet.

Please login to write comment.