Color Hex Logo

#c31acb Color Hex

#C31ACB
(195,26,203)
0 Favorites   0 Comments

Color spaces of #c31acb

RGB 19526203
HSL0.830.770.45
HSV297°87°80°
CMYK 0.040.870.00   0.20
XYZ33.654616.652757.9404
Yxy16.65270.31090.1538
Hunter Lab40.807775.7975-55.6169
CIE-Lab47.819478.6464-52.0369

#c31acb color RGB value is (195,26,203).

#c31acb hex color red value is 195, green value is 26 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c31acb hue: 0.83 , saturation: 0.77 and the lightness value of c31acb is 0.45.

The process color (four color CMYK) of #c31acb color hex is 0.04, 0.87, 0.00, 0.20. Web safe color of #c31acb is #cc33cc. Color #c31acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011010 11001011
Octal 303 32 313
Decimal 195 26 203
Hex C3 1A CB

RGB Percentages of Color #c31acb

%45.99
%6.13
%47.88

CMYK Percentages of Color #c31acb

%4
%87
%0
%20

Triadic Colors of #c31acb

#c31acb #cbc31a #1acbc3

Analogous Colors of #c31acb

#c31acb #cb1a7b #6b1acb

Monochromatic Colors of #c31acb

#c31acb

Complementary Color

#c31acb #22cb1a

#c31acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31acb Color CSS Codes

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

#c31acb Text Font Color

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

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


#c31acb Background Color

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

This div background color is #c31acb


#c31acb Border Color

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

This div border color is #c31acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31acb


Comments

No comments written yet.

Please login to write comment.