Color Hex Logo

#c32dec Color Hex

#C32DEC
(195,45,236)
0 Favorites   0 Comments

Color spaces of #c32dec

RGB 19545236
HSL0.800.830.55
HSV287°81°93°
CMYK 0.170.810.00   0.07
XYZ38.584419.535081.0939
Yxy19.53500.27720.1403
Hunter Lab44.198478.4800-77.8446
CIE-Lab51.307380.1032-65.2424

#c32dec color RGB value is (195,45,236).

#c32dec hex color red value is 195, green value is 45 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c32dec hue: 0.80 , saturation: 0.83 and the lightness value of c32dec is 0.55.

The process color (four color CMYK) of #c32dec color hex is 0.17, 0.81, 0.00, 0.07. Web safe color of #c32dec is #cc33ff. Color #c32dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101101 11101100
Octal 303 55 354
Decimal 195 45 236
Hex C3 2D EC

RGB Percentages of Color #c32dec

%40.97
%9.45
%49.58

CMYK Percentages of Color #c32dec

%17
%81
%0
%7

Triadic Colors of #c32dec

#c32dec #ecc32d #2decc3

Analogous Colors of #c32dec

#c32dec #ec2db6 #632dec

Monochromatic Colors of #c32dec

#c32dec

Complementary Color

#c32dec #56ec2d

#c32dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32dec Color CSS Codes

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

#c32dec Text Font Color

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

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


#c32dec Background Color

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

This div background color is #c32dec


#c32dec Border Color

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

This div border color is #c32dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32dec


Comments

No comments written yet.

Please login to write comment.