Color Hex Logo

#c31aba Color Hex

#C31ABA
(195,26,186)
0 Favorites   0 Comments

Color spaces of #c31aba

RGB 19526186
HSL0.840.760.43
HSV303°87°76°
CMYK 0.000.870.05   0.24
XYZ31.738015.886147.8479
Yxy15.88610.33240.1664
Hunter Lab39.857472.3873-43.2762
CIE-Lab46.824776.0874-43.7355

#c31aba color RGB value is (195,26,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011010 10111010
Octal 303 32 272
Decimal 195 26 186
Hex C3 1A BA

RGB Percentages of Color #c31aba

%47.91
%6.39
%45.70

CMYK Percentages of Color #c31aba

%0
%87
%5
%24

Triadic Colors of #c31aba

#c31aba #bac31a #1abac3

Analogous Colors of #c31aba

#c31aba #c31a66 #781ac3

Monochromatic Colors of #c31aba

#c31aba

Complementary Color

#c31aba #1ac323

#c31aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31aba Color CSS Codes

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

#c31aba Text Font Color

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

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


#c31aba Background Color

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

This div background color is #c31aba


#c31aba Border Color

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

This div border color is #c31aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31aba


Comments

No comments written yet.

Please login to write comment.