Color Hex Logo

#c32ddb Color Hex

#C32DDB
(195,45,219)
0 Favorites   0 Comments

Color spaces of #c32ddb

RGB 19545219
HSL0.810.710.52
HSV292°79°86°
CMYK 0.110.790.00   0.14
XYZ36.230218.593368.6972
Yxy18.59330.29330.1505
Hunter Lab43.119974.5192-64.2748
CIE-Lab50.208077.1538-57.3848

#c32ddb color RGB value is (195,45,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101101 11011011
Octal 303 55 333
Decimal 195 45 219
Hex C3 2D DB

RGB Percentages of Color #c32ddb

%42.48
%9.80
%47.71

CMYK Percentages of Color #c32ddb

%11
%79
%0
%14

Triadic Colors of #c32ddb

#c32ddb #dbc32d #2ddbc3

Analogous Colors of #c32ddb

#c32ddb #db2d9c #6c2ddb

Monochromatic Colors of #c32ddb

#c32ddb

Complementary Color

#c32ddb #45db2d

#c32ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32ddb Color CSS Codes

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

#c32ddb Text Font Color

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

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


#c32ddb Background Color

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

This div background color is #c32ddb


#c32ddb Border Color

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

This div border color is #c32ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,45,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 #c32ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32ddb


Comments

No comments written yet.

Please login to write comment.