Color Hex Logo

#c32bdb Color Hex

#C32BDB
(195,43,219)
0 Favorites   0 Comments

Color spaces of #c32bdb

RGB 19543219
HSL0.810.710.51
HSV292°80°86°
CMYK 0.110.800.00   0.14
XYZ36.155718.444368.6723
Yxy18.44430.29330.1496
Hunter Lab42.946875.1171-64.7424
CIE-Lab50.030677.6695-57.6698

#c32bdb color RGB value is (195,43,219).

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

The process color (four color CMYK) of #c32bdb color hex is 0.11, 0.80, 0.00, 0.14. Web safe color of #c32bdb is #cc33cc. Color #c32bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101011 11011011
Octal 303 53 333
Decimal 195 43 219
Hex C3 2B DB

RGB Percentages of Color #c32bdb

%42.67
%9.41
%47.92

CMYK Percentages of Color #c32bdb

%11
%80
%0
%14

Triadic Colors of #c32bdb

#c32bdb #dbc32b #2bdbc3

Analogous Colors of #c32bdb

#c32bdb #db2b9b #6b2bdb

Monochromatic Colors of #c32bdb

#c32bdb

Complementary Color

#c32bdb #43db2b

#c32bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32bdb Color CSS Codes

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

#c32bdb Text Font Color

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

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


#c32bdb Background Color

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

This div background color is #c32bdb


#c32bdb Border Color

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

This div border color is #c32bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32bdb


Comments

No comments written yet.

Please login to write comment.