Color Hex Logo

#c31abe Color Hex

#C31ABE
(195,26,190)
0 Favorites   0 Comments

Color spaces of #c31abe

RGB 19526190
HSL0.840.760.43
HSV302°87°76°
CMYK 0.000.870.03   0.24
XYZ32.169316.058650.1193
Yxy16.05860.32710.1633
Hunter Lab40.073273.1653-46.1024
CIE-Lab47.051376.6751-45.7138

#c31abe color RGB value is (195,26,190).

#c31abe hex color red value is 195, green value is 26 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c31abe hue: 0.84 , saturation: 0.76 and the lightness value of c31abe is 0.43.

The process color (four color CMYK) of #c31abe color hex is 0.00, 0.87, 0.03, 0.24. Web safe color of #c31abe is #cc33cc. Color #c31abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011010 10111110
Octal 303 32 276
Decimal 195 26 190
Hex C3 1A BE

RGB Percentages of Color #c31abe

%47.45
%6.33
%46.23

CMYK Percentages of Color #c31abe

%0
%87
%3
%24

Triadic Colors of #c31abe

#c31abe #bec31a #1abec3

Analogous Colors of #c31abe

#c31abe #c31a6a #741ac3

Monochromatic Colors of #c31abe

#c31abe

Complementary Color

#c31abe #1ac31f

#c31abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31abe Color CSS Codes

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

#c31abe Text Font Color

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

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


#c31abe Background Color

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

This div background color is #c31abe


#c31abe Border Color

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

This div border color is #c31abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31abe


Comments

No comments written yet.

Please login to write comment.