Color Hex Logo

#c131bf Color Hex

#C131BF
(193,49,191)
0 Favorites   0 Comments

Color spaces of #c131bf

RGB 19349191
HSL0.840.600.47
HSV301°75°76°
CMYK 0.000.750.01   0.24
XYZ32.494617.295750.9160
Yxy17.29570.32270.1717
Hunter Lab41.588166.6907-43.4766
CIE-Lab48.630571.0387-43.8050

#c131bf color RGB value is (193,49,191).

#c131bf hex color red value is 193, green value is 49 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c131bf hue: 0.84 , saturation: 0.60 and the lightness value of c131bf is 0.47.

The process color (four color CMYK) of #c131bf color hex is 0.00, 0.75, 0.01, 0.24. Web safe color of #c131bf is #cc33cc. Color #c131bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110001 10111111
Octal 301 61 277
Decimal 193 49 191
Hex C1 31 BF

RGB Percentages of Color #c131bf

%44.57
%11.32
%44.11

CMYK Percentages of Color #c131bf

%0
%75
%1
%24

Triadic Colors of #c131bf

#c131bf #bfc131 #31bfc1

Analogous Colors of #c131bf

#c131bf #c13177 #7b31c1

Monochromatic Colors of #c131bf

#c131bf

Complementary Color

#c131bf #31c133

#c131bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c131bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c131bf Color CSS Codes

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

#c131bf Text Font Color

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

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


#c131bf Background Color

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

This div background color is #c131bf


#c131bf Border Color

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

This div border color is #c131bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,49,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c131bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c131bf;
  -webkit-box-shadow: 1px 1px 3px 2px #c131bf;
  box-shadow:         1px 1px 3px 2px #c131bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,49,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c131bf


Comments

No comments written yet.

Please login to write comment.