Color Hex Logo

#c031ca Color Hex

#C031CA
(192,49,202)
0 Favorites   0 Comments

Color spaces of #c031ca

RGB 19249202
HSL0.820.610.49
HSV296°76°79°
CMYK 0.050.760.00   0.21
XYZ33.497217.667457.5218
Yxy17.66740.30820.1626
Hunter Lab42.032668.6956-51.7158
CIE-Lab49.090272.6166-49.4547

#c031ca color RGB value is (192,49,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110001 11001010
Octal 300 61 312
Decimal 192 49 202
Hex C0 31 CA

RGB Percentages of Color #c031ca

%43.34
%11.06
%45.60

CMYK Percentages of Color #c031ca

%5
%76
%0
%21

Triadic Colors of #c031ca

#c031ca #cac031 #31cac0

Analogous Colors of #c031ca

#c031ca #ca3188 #7431ca

Monochromatic Colors of #c031ca

#c031ca

Complementary Color

#c031ca #3bca31

#c031ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c031ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c031ca Color CSS Codes

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

#c031ca Text Font Color

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

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


#c031ca Background Color

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

This div background color is #c031ca


#c031ca Border Color

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

This div border color is #c031ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,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 #c031ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c031ca


Comments

No comments written yet.

Please login to write comment.