Color Hex Logo

#c32ece Color Hex

#C32ECE
(195,46,206)
0 Favorites   0 Comments

Color spaces of #c32ece

RGB 19546206
HSL0.820.630.49
HSV296°78°81°
CMYK 0.050.780.00   0.19
XYZ34.623318.012360.0444
Yxy18.01230.30730.1599
Hunter Lab42.440971.3488-54.1735
CIE-Lab49.511074.7168-51.0589

#c32ece color RGB value is (195,46,206).

#c32ece hex color red value is 195, green value is 46 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c32ece hue: 0.82 , saturation: 0.63 and the lightness value of c32ece is 0.49.

The process color (four color CMYK) of #c32ece color hex is 0.05, 0.78, 0.00, 0.19. Web safe color of #c32ece is #cc33cc. Color #c32ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101110 11001110
Octal 303 56 316
Decimal 195 46 206
Hex C3 2E CE

RGB Percentages of Color #c32ece

%43.62
%10.29
%46.09

CMYK Percentages of Color #c32ece

%5
%78
%0
%19

Triadic Colors of #c32ece

#c32ece #cec32e #2ecec3

Analogous Colors of #c32ece

#c32ece #ce2e89 #732ece

Monochromatic Colors of #c32ece

#c32ece

Complementary Color

#c32ece #39ce2e

#c32ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32ece Color CSS Codes

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

#c32ece Text Font Color

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

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


#c32ece Background Color

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

This div background color is #c32ece


#c32ece Border Color

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

This div border color is #c32ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32ece


Comments

No comments written yet.

Please login to write comment.