Color Hex Logo

#c31fbd Color Hex

#C31FBD
(195,31,189)
0 Favorites   0 Comments

Color spaces of #c31fbd

RGB 19531189
HSL0.840.730.44
HSV302°84°76°
CMYK 0.000.840.03   0.24
XYZ32.181016.256249.5857
Yxy16.25620.32830.1658
Hunter Lab40.319071.9134-44.6936
CIE-Lab47.308875.6071-44.7197

#c31fbd color RGB value is (195,31,189).

#c31fbd hex color red value is 195, green value is 31 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c31fbd hue: 0.84 , saturation: 0.73 and the lightness value of c31fbd is 0.44.

The process color (four color CMYK) of #c31fbd color hex is 0.00, 0.84, 0.03, 0.24. Web safe color of #c31fbd is #cc33cc. Color #c31fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011111 10111101
Octal 303 37 275
Decimal 195 31 189
Hex C3 1F BD

RGB Percentages of Color #c31fbd

%46.99
%7.47
%45.54

CMYK Percentages of Color #c31fbd

%0
%84
%3
%24

Triadic Colors of #c31fbd

#c31fbd #bdc31f #1fbdc3

Analogous Colors of #c31fbd

#c31fbd #c31f6b #771fc3

Monochromatic Colors of #c31fbd

#c31fbd

Complementary Color

#c31fbd #1fc325

#c31fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31fbd Color CSS Codes

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

#c31fbd Text Font Color

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

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


#c31fbd Background Color

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

This div background color is #c31fbd


#c31fbd Border Color

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

This div border color is #c31fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31fbd


Comments

No comments written yet.

Please login to write comment.