Color Hex Logo

#c31bcb Color Hex

#C31BCB
(195,27,203)
0 Favorites   0 Comments

Color spaces of #c31bcb

RGB 19527203
HSL0.830.770.45
HSV297°87°80°
CMYK 0.040.870.00   0.20
XYZ33.677116.697857.9479
Yxy16.69780.31090.1541
Hunter Lab40.862975.6002-55.4753
CIE-Lab47.877078.4771-51.9447

#c31bcb color RGB value is (195,27,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011011 11001011
Octal 303 33 313
Decimal 195 27 203
Hex C3 1B CB

RGB Percentages of Color #c31bcb

%45.88
%6.35
%47.76

CMYK Percentages of Color #c31bcb

%4
%87
%0
%20

Triadic Colors of #c31bcb

#c31bcb #cbc31b #1bcbc3

Analogous Colors of #c31bcb

#c31bcb #cb1b7b #6b1bcb

Monochromatic Colors of #c31bcb

#c31bcb

Complementary Color

#c31bcb #23cb1b

#c31bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31bcb Color CSS Codes

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

#c31bcb Text Font Color

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

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


#c31bcb Background Color

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

This div background color is #c31bcb


#c31bcb Border Color

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

This div border color is #c31bcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,27,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 #c31bcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31bcb


Comments

No comments written yet.

Please login to write comment.