Color Hex Logo

#c31cfb Color Hex

#C31CFB
(195,28,251)
0 Favorites   0 Comments

Color spaces of #c31cfb

RGB 19528251
HSL0.790.970.55
HSV285°89°98°
CMYK 0.220.890.00   0.02
XYZ40.333519.397692.8851
Yxy19.39760.26430.1271
Hunter Lab44.042786.3923-94.2114
CIE-Lab51.149286.2968-73.9072

#c31cfb color RGB value is (195,28,251).

#c31cfb hex color red value is 195, green value is 28 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c31cfb hue: 0.79 , saturation: 0.97 and the lightness value of c31cfb is 0.55.

The process color (four color CMYK) of #c31cfb color hex is 0.22, 0.89, 0.00, 0.02. Web safe color of #c31cfb is #cc33ff. Color #c31cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011100 11111011
Octal 303 34 373
Decimal 195 28 251
Hex C3 1C FB

RGB Percentages of Color #c31cfb

%41.14
%5.91
%52.95

CMYK Percentages of Color #c31cfb

%22
%89
%0
%2

Triadic Colors of #c31cfb

#c31cfb #fbc31c #1cfbc3

Analogous Colors of #c31cfb

#c31cfb #fb1cc4 #541cfb

Monochromatic Colors of #c31cfb

#c31cfb

Complementary Color

#c31cfb #54fb1c

#c31cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31cfb Color CSS Codes

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

#c31cfb Text Font Color

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

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


#c31cfb Background Color

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

This div background color is #c31cfb


#c31cfb Border Color

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

This div border color is #c31cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31cfb


Comments

No comments written yet.

Please login to write comment.