Color Hex Logo

#c431ba Color Hex

#C431BA
(196,49,186)
0 Favorites   0 Comments

Color spaces of #c431ba

RGB 19649186
HSL0.840.600.48
HSV304°75°77°
CMYK 0.000.750.05   0.23
XYZ32.726217.477648.1030
Yxy17.47760.33290.1778
Hunter Lab41.806266.5702-38.9558
CIE-Lab48.856370.8942-40.5025

#c431ba color RGB value is (196,49,186).

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

The process color (four color CMYK) of #c431ba color hex is 0.00, 0.75, 0.05, 0.23. Web safe color of #c431ba is #cc33cc. Color #c431ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110001 10111010
Octal 304 61 272
Decimal 196 49 186
Hex C4 31 BA

RGB Percentages of Color #c431ba

%45.48
%11.37
%43.16

CMYK Percentages of Color #c431ba

%0
%75
%5
%23

Triadic Colors of #c431ba

#c431ba #bac431 #31bac4

Analogous Colors of #c431ba

#c431ba #c43171 #8531c4

Monochromatic Colors of #c431ba

#c431ba

Complementary Color

#c431ba #31c43b

#c431ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c431ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c431ba Color CSS Codes

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

#c431ba Text Font Color

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

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


#c431ba Background Color

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

This div background color is #c431ba


#c431ba Border Color

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

This div border color is #c431ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c431ba


Comments

No comments written yet.

Please login to write comment.