Color Hex Logo

#c32edb Color Hex

#C32EDB
(195,46,219)
0 Favorites   0 Comments

Color spaces of #c32edb

RGB 19546219
HSL0.810.710.52
HSV292°79°86°
CMYK 0.110.790.00   0.14
XYZ36.268918.670668.7100
Yxy18.67060.29330.1510
Hunter Lab43.209574.2116-64.0339
CIE-Lab50.299676.8879-57.2374

#c32edb color RGB value is (195,46,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101110 11011011
Octal 303 56 333
Decimal 195 46 219
Hex C3 2E DB

RGB Percentages of Color #c32edb

%42.39
%10.00
%47.61

CMYK Percentages of Color #c32edb

%11
%79
%0
%14

Triadic Colors of #c32edb

#c32edb #dbc32e #2edbc3

Analogous Colors of #c32edb

#c32edb #db2e9d #6d2edb

Monochromatic Colors of #c32edb

#c32edb

Complementary Color

#c32edb #46db2e

#c32edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32edb Color CSS Codes

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

#c32edb Text Font Color

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

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


#c32edb Background Color

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

This div background color is #c32edb


#c32edb Border Color

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

This div border color is #c32edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32edb


Comments

No comments written yet.

Please login to write comment.