Color Hex Logo

#c431ca Color Hex

#C431CA
(196,49,202)
0 Favorites   0 Comments

Color spaces of #c431ca

RGB 19649202
HSL0.830.610.49
HSV298°76°79°
CMYK 0.030.760.00   0.21
XYZ34.523918.196757.5698
Yxy18.19670.31300.1650
Hunter Lab42.657669.8139-50.1562
CIE-Lab49.733873.4144-48.3900

#c431ca color RGB value is (196,49,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110001 11001010
Octal 304 61 312
Decimal 196 49 202
Hex C4 31 CA

RGB Percentages of Color #c431ca

%43.85
%10.96
%45.19

CMYK Percentages of Color #c431ca

%3
%76
%0
%21

Triadic Colors of #c431ca

#c431ca #cac431 #31cac4

Analogous Colors of #c431ca

#c431ca #ca3184 #7831ca

Monochromatic Colors of #c431ca

#c431ca

Complementary Color

#c431ca #37ca31

#c431ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c431ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c431ca Color CSS Codes

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

#c431ca Text Font Color

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

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


#c431ca Background Color

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

This div background color is #c431ca


#c431ca Border Color

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

This div border color is #c431ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c431ca


Comments

No comments written yet.

Please login to write comment.