Color Hex Logo

#c42eab Color Hex

#C42EAB
(196,46,171)
0 Favorites   0 Comments

Color spaces of #c42eab

RGB 19646171
HSL0.860.620.47
HSV310°77°77°
CMYK 0.000.770.13   0.23
XYZ31.092616.630040.0992
Yxy16.63000.35400.1894
Hunter Lab40.779964.7324-29.7544
CIE-Lab47.790469.5574-33.3745

#c42eab color RGB value is (196,46,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101110 10101011
Octal 304 56 253
Decimal 196 46 171
Hex C4 2E AB

RGB Percentages of Color #c42eab

%47.46
%11.14
%41.40

CMYK Percentages of Color #c42eab

%0
%77
%13
%23

Triadic Colors of #c42eab

#c42eab #abc42e #2eabc4

Analogous Colors of #c42eab

#c42eab #c42e60 #922ec4

Monochromatic Colors of #c42eab

#c42eab

Complementary Color

#c42eab #2ec447

#c42eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42eab Color CSS Codes

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

#c42eab Text Font Color

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

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


#c42eab Background Color

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

This div background color is #c42eab


#c42eab Border Color

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

This div border color is #c42eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42eab


Comments

No comments written yet.

Please login to write comment.