Color Hex Logo

#c434ba Color Hex

#C434BA
(196,52,186)
0 Favorites   0 Comments

Color spaces of #c434ba

RGB 19652186
HSL0.840.580.49
HSV304°73°77°
CMYK 0.000.730.05   0.23
XYZ32.855917.736948.1462
Yxy17.73690.33280.1796
Hunter Lab42.115265.5540-38.2998
CIE-Lab49.175469.9808-39.9978

#c434ba color RGB value is (196,52,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110100 10111010
Octal 304 64 272
Decimal 196 52 186
Hex C4 34 BA

RGB Percentages of Color #c434ba

%45.16
%11.98
%42.86

CMYK Percentages of Color #c434ba

%0
%73
%5
%23

Triadic Colors of #c434ba

#c434ba #bac434 #34bac4

Analogous Colors of #c434ba

#c434ba #c43472 #8634c4

Monochromatic Colors of #c434ba

#c434ba

Complementary Color

#c434ba #34c43e

#c434ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c434ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c434ba Color CSS Codes

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

#c434ba Text Font Color

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

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


#c434ba Background Color

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

This div background color is #c434ba


#c434ba Border Color

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

This div border color is #c434ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c434ba


Comments

No comments written yet.

Please login to write comment.