Color Hex Logo

#c131ba Color Hex

#C131BA
(193,49,186)
0 Favorites   0 Comments

Color spaces of #c131ba

RGB 19349186
HSL0.840.600.47
HSV303°75°76°
CMYK 0.000.750.04   0.24
XYZ31.953617.079348.0669
Yxy17.07930.32910.1759
Hunter Lab41.327165.6915-40.0303
CIE-Lab48.359870.2543-41.3204

#c131ba color RGB value is (193,49,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110001 10111010
Octal 301 61 272
Decimal 193 49 186
Hex C1 31 BA

RGB Percentages of Color #c131ba

%45.09
%11.45
%43.46

CMYK Percentages of Color #c131ba

%0
%75
%4
%24

Triadic Colors of #c131ba

#c131ba #bac131 #31bac1

Analogous Colors of #c131ba

#c131ba #c13172 #8031c1

Monochromatic Colors of #c131ba

#c131ba

Complementary Color

#c131ba #31c138

#c131ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c131ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c131ba Color CSS Codes

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

#c131ba Text Font Color

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

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


#c131ba Background Color

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

This div background color is #c131ba


#c131ba Border Color

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

This div border color is #c131ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c131ba


Comments

No comments written yet.

Please login to write comment.