Color Hex Logo

#c42baa Color Hex

#C42BAA
(196,43,170)
0 Favorites   0 Comments

Color spaces of #c42baa

RGB 19643170
HSL0.860.640.47
HSV310°78°77°
CMYK 0.000.780.13   0.23
XYZ30.884516.365839.5613
Yxy16.36580.35580.1885
Hunter Lab40.454765.4774-29.6624
CIE-Lab47.450870.2510-33.3162

#c42baa color RGB value is (196,43,170).

#c42baa hex color red value is 196, green value is 43 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c42baa hue: 0.86 , saturation: 0.64 and the lightness value of c42baa is 0.47.

The process color (four color CMYK) of #c42baa color hex is 0.00, 0.78, 0.13, 0.23. Web safe color of #c42baa is #cc3399. Color #c42baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101011 10101010
Octal 304 53 252
Decimal 196 43 170
Hex C4 2B AA

RGB Percentages of Color #c42baa

%47.92
%10.51
%41.56

CMYK Percentages of Color #c42baa

%0
%78
%13
%23

Triadic Colors of #c42baa

#c42baa #aac42b #2baac4

Analogous Colors of #c42baa

#c42baa #c42b5e #922bc4

Monochromatic Colors of #c42baa

#c42baa

Complementary Color

#c42baa #2bc445

#c42baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42baa Color CSS Codes

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

#c42baa Text Font Color

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

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


#c42baa Background Color

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

This div background color is #c42baa


#c42baa Border Color

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

This div border color is #c42baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,43,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42baa


Comments

No comments written yet.

Please login to write comment.