Color Hex Logo

#c32edf Color Hex

#C32EDF
(195,46,223)
0 Favorites   0 Comments

Color spaces of #c32edf

RGB 19546223
HSL0.810.730.53
HSV291°79°87°
CMYK 0.130.790.00   0.13
XYZ36.802018.883871.5173
Yxy18.88380.28930.1485
Hunter Lab43.455575.1227-67.1582
CIE-Lab50.551077.5725-59.1092

#c32edf color RGB value is (195,46,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101110 11011111
Octal 303 56 337
Decimal 195 46 223
Hex C3 2E DF

RGB Percentages of Color #c32edf

%42.03
%9.91
%48.06

CMYK Percentages of Color #c32edf

%13
%79
%0
%13

Triadic Colors of #c32edf

#c32edf #dfc32e #2edfc3

Analogous Colors of #c32edf

#c32edf #df2ea3 #6b2edf

Monochromatic Colors of #c32edf

#c32edf

Complementary Color

#c32edf #4adf2e

#c32edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32edf Color CSS Codes

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

#c32edf Text Font Color

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

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


#c32edf Background Color

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

This div background color is #c32edf


#c32edf Border Color

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

This div border color is #c32edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32edf


Comments

No comments written yet.

Please login to write comment.