Color Hex Logo

#c32bdf Color Hex

#C32BDF
(195,43,223)
0 Favorites   0 Comments

Color spaces of #c32bdf

RGB 19543223
HSL0.810.740.52
HSV291°81°87°
CMYK 0.130.810.00   0.13
XYZ36.688818.657671.4796
Yxy18.65760.28930.1471
Hunter Lab43.194476.0253-67.8789
CIE-Lab50.284278.3485-59.5386

#c32bdf color RGB value is (195,43,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101011 11011111
Octal 303 53 337
Decimal 195 43 223
Hex C3 2B DF

RGB Percentages of Color #c32bdf

%42.30
%9.33
%48.37

CMYK Percentages of Color #c32bdf

%13
%81
%0
%13

Triadic Colors of #c32bdf

#c32bdf #dfc32b #2bdfc3

Analogous Colors of #c32bdf

#c32bdf #df2ba1 #692bdf

Monochromatic Colors of #c32bdf

#c32bdf

Complementary Color

#c32bdf #47df2b

#c32bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32bdf Color CSS Codes

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

#c32bdf Text Font Color

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

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


#c32bdf Background Color

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

This div background color is #c32bdf


#c32bdf Border Color

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

This div border color is #c32bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32bdf


Comments

No comments written yet.

Please login to write comment.