Color Hex Logo

#c131ca Color Hex

#C131CA
(193,49,202)
0 Favorites   0 Comments

Color spaces of #c131ca

RGB 19349202
HSL0.820.610.49
HSV296°76°79°
CMYK 0.040.760.00   0.21
XYZ33.751317.798357.5336
Yxy17.79830.30940.1632
Hunter Lab42.188068.9746-51.3247
CIE-Lab49.250572.8162-49.1893

#c131ca color RGB value is (193,49,202).

#c131ca hex color red value is 193, green value is 49 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c131ca hue: 0.82 , saturation: 0.61 and the lightness value of c131ca is 0.49.

The process color (four color CMYK) of #c131ca color hex is 0.04, 0.76, 0.00, 0.21. Web safe color of #c131ca is #cc33cc. Color #c131ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110001 11001010
Octal 301 61 312
Decimal 193 49 202
Hex C1 31 CA

RGB Percentages of Color #c131ca

%43.47
%11.04
%45.50

CMYK Percentages of Color #c131ca

%4
%76
%0
%21

Triadic Colors of #c131ca

#c131ca #cac131 #31cac1

Analogous Colors of #c131ca

#c131ca #ca3187 #7531ca

Monochromatic Colors of #c131ca

#c131ca

Complementary Color

#c131ca #3aca31

#c131ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c131ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c131ca Color CSS Codes

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

#c131ca Text Font Color

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

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


#c131ca Background Color

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

This div background color is #c131ca


#c131ca Border Color

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

This div border color is #c131ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c131ca


Comments

No comments written yet.

Please login to write comment.