Color Hex Logo

#c31abb Color Hex

#C31ABB
(195,26,187)
0 Favorites   0 Comments

Color spaces of #c31abb

RGB 19526187
HSL0.840.760.43
HSV303°87°76°
CMYK 0.000.870.04   0.24
XYZ31.844715.928748.4099
Yxy15.92870.33110.1656
Hunter Lab39.910872.5808-43.9784
CIE-Lab46.880876.2339-44.2317

#c31abb color RGB value is (195,26,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011010 10111011
Octal 303 32 273
Decimal 195 26 187
Hex C3 1A BB

RGB Percentages of Color #c31abb

%47.79
%6.37
%45.83

CMYK Percentages of Color #c31abb

%0
%87
%4
%24

Triadic Colors of #c31abb

#c31abb #bbc31a #1abbc3

Analogous Colors of #c31abb

#c31abb #c31a67 #771ac3

Monochromatic Colors of #c31abb

#c31abb

Complementary Color

#c31abb #1ac322

#c31abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31abb Color CSS Codes

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

#c31abb Text Font Color

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

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


#c31abb Background Color

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

This div background color is #c31abb


#c31abb Border Color

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

This div border color is #c31abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31abb


Comments

No comments written yet.

Please login to write comment.