Color Hex Logo

#c131de Color Hex

#C131DE
(193,49,222)
0 Favorites   0 Comments

Color spaces of #c131de

RGB 19349222
HSL0.810.720.53
HSV290°78°87°
CMYK 0.130.780.00   0.13
XYZ36.275418.808070.8256
Yxy18.80800.28810.1494
Hunter Lab43.368273.4123-66.4701
CIE-Lab50.461876.2103-58.7006

#c131de color RGB value is (193,49,222).

#c131de hex color red value is 193, green value is 49 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c131de hue: 0.81 , saturation: 0.72 and the lightness value of c131de is 0.53.

The process color (four color CMYK) of #c131de color hex is 0.13, 0.78, 0.00, 0.13. Web safe color of #c131de is #cc33cc. Color #c131de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110001 11011110
Octal 301 61 336
Decimal 193 49 222
Hex C1 31 DE

RGB Percentages of Color #c131de

%41.59
%10.56
%47.84

CMYK Percentages of Color #c131de

%13
%78
%0
%13

Triadic Colors of #c131de

#c131de #dec131 #31dec1

Analogous Colors of #c131de

#c131de #de31a5 #6b31de

Monochromatic Colors of #c131de

#c131de

Complementary Color

#c131de #4ede31

#c131de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c131de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c131de Color CSS Codes

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

#c131de Text Font Color

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

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


#c131de Background Color

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

This div background color is #c131de


#c131de Border Color

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

This div border color is #c131de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c131de


Comments

No comments written yet.

Please login to write comment.