Color Hex Logo

#c32bde Color Hex

#C32BDE
(195,43,222)
0 Favorites   0 Comments

Color spaces of #c32bde

RGB 19543222
HSL0.810.730.52
HSV291°81°87°
CMYK 0.120.810.00   0.13
XYZ36.554418.603870.7715
Yxy18.60380.29030.1477
Hunter Lab43.132175.7972-67.0910
CIE-Lab50.220478.1783-59.0727

#c32bde color RGB value is (195,43,222).

#c32bde hex color red value is 195, green value is 43 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c32bde hue: 0.81 , saturation: 0.73 and the lightness value of c32bde is 0.52.

The process color (four color CMYK) of #c32bde color hex is 0.12, 0.81, 0.00, 0.13. Web safe color of #c32bde is #cc33cc. Color #c32bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101011 11011110
Octal 303 53 336
Decimal 195 43 222
Hex C3 2B DE

RGB Percentages of Color #c32bde

%42.39
%9.35
%48.26

CMYK Percentages of Color #c32bde

%12
%81
%0
%13

Triadic Colors of #c32bde

#c32bde #dec32b #2bdec3

Analogous Colors of #c32bde

#c32bde #de2ba0 #6a2bde

Monochromatic Colors of #c32bde

#c32bde

Complementary Color

#c32bde #46de2b

#c32bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32bde Color CSS Codes

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

#c32bde Text Font Color

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

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


#c32bde Background Color

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

This div background color is #c32bde


#c32bde Border Color

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

This div border color is #c32bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32bde


Comments

No comments written yet.

Please login to write comment.