Color Hex Logo

#c32ebe Color Hex

#C32EBE
(195,46,190)
0 Favorites   0 Comments

Color spaces of #c32ebe

RGB 19546190
HSL0.840.620.47
HSV302°76°76°
CMYK 0.000.760.03   0.24
XYZ32.776917.273850.3218
Yxy17.27380.32660.1721
Hunter Lab41.561868.0376-42.6934
CIE-Lab48.603272.1659-43.2458

#c32ebe color RGB value is (195,46,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101110 10111110
Octal 303 56 276
Decimal 195 46 190
Hex C3 2E BE

RGB Percentages of Color #c32ebe

%45.24
%10.67
%44.08

CMYK Percentages of Color #c32ebe

%0
%76
%3
%24

Triadic Colors of #c32ebe

#c32ebe #bec32e #2ebec3

Analogous Colors of #c32ebe

#c32ebe #c32e74 #7e2ec3

Monochromatic Colors of #c32ebe

#c32ebe

Complementary Color

#c32ebe #2ec333

#c32ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32ebe Color CSS Codes

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

#c32ebe Text Font Color

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

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


#c32ebe Background Color

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

This div background color is #c32ebe


#c32ebe Border Color

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

This div border color is #c32ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32ebe


Comments

No comments written yet.

Please login to write comment.