Color Hex Logo

#c31cff Color Hex

#C31CFF
(195,28,255)
0 Favorites   0 Comments

Color spaces of #c31cff

RGB 19528255
HSL0.791.000.55
HSV284°89°100°
CMYK 0.240.890.00   0.00
XYZ40.970919.652696.2417
Yxy19.65260.26120.1253
Hunter Lab44.331387.3898-97.6848
CIE-Lab51.442187.0029-75.6600

#c31cff color RGB value is (195,28,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011100 11111111
Octal 303 34 377
Decimal 195 28 255
Hex C3 1C FF

RGB Percentages of Color #c31cff

%40.79
%5.86
%53.35

CMYK Percentages of Color #c31cff

%24
%89
%0
%0

Triadic Colors of #c31cff

#c31cff #ffc31c #1cffc3

Analogous Colors of #c31cff

#c31cff #ff1cca #521cff

Monochromatic Colors of #c31cff

#c31cff

Complementary Color

#c31cff #58ff1c

#c31cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31cff Color CSS Codes

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

#c31cff Text Font Color

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

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


#c31cff Background Color

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

This div background color is #c31cff


#c31cff Border Color

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

This div border color is #c31cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31cff

Related Colors


Comments

No comments written yet.

Please login to write comment.