Color Hex Logo

#c31eac Color Hex

#C31EAC
(195,30,172)
0 Favorites   0 Comments

Color spaces of #c31eac

RGB 19530172
HSL0.860.730.44
HSV308°85°76°
CMYK 0.000.850.12   0.24
XYZ30.416315.509240.4202
Yxy15.50920.35230.1796
Hunter Lab39.381768.9457-33.2862
CIE-Lab46.323973.3625-36.2845

#c31eac color RGB value is (195,30,172).

#c31eac hex color red value is 195, green value is 30 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c31eac hue: 0.86 , saturation: 0.73 and the lightness value of c31eac is 0.44.

The process color (four color CMYK) of #c31eac color hex is 0.00, 0.85, 0.12, 0.24. Web safe color of #c31eac is #cc3399. Color #c31eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011110 10101100
Octal 303 36 254
Decimal 195 30 172
Hex C3 1E AC

RGB Percentages of Color #c31eac

%49.12
%7.56
%43.32

CMYK Percentages of Color #c31eac

%0
%85
%12
%24

Triadic Colors of #c31eac

#c31eac #acc31e #1eacc3

Analogous Colors of #c31eac

#c31eac #c31e5a #881ec3

Monochromatic Colors of #c31eac

#c31eac

Complementary Color

#c31eac #1ec335

#c31eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31eac Color CSS Codes

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

#c31eac Text Font Color

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

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


#c31eac Background Color

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

This div background color is #c31eac


#c31eac Border Color

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

This div border color is #c31eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31eac


Comments

No comments written yet.

Please login to write comment.