Color Hex Logo

#c42abc Color Hex

#C42ABC
(196,42,188)
0 Favorites   0 Comments

Color spaces of #c42abc

RGB 19642188
HSL0.840.650.47
HSV303°79°77°
CMYK 0.000.790.04   0.23
XYZ32.670017.022549.1407
Yxy17.02250.33060.1722
Hunter Lab41.258369.1414-41.7365
CIE-Lab48.288473.1413-42.5692

#c42abc color RGB value is (196,42,188).

#c42abc hex color red value is 196, green value is 42 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c42abc hue: 0.84 , saturation: 0.65 and the lightness value of c42abc is 0.47.

The process color (four color CMYK) of #c42abc color hex is 0.00, 0.79, 0.04, 0.23. Web safe color of #c42abc is #cc33cc. Color #c42abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101010 10111100
Octal 304 52 274
Decimal 196 42 188
Hex C4 2A BC

RGB Percentages of Color #c42abc

%46.01
%9.86
%44.13

CMYK Percentages of Color #c42abc

%0
%79
%4
%23

Triadic Colors of #c42abc

#c42abc #bcc42a #2abcc4

Analogous Colors of #c42abc

#c42abc #c42a6f #7f2ac4

Monochromatic Colors of #c42abc

#c42abc

Complementary Color

#c42abc #2ac432

#c42abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42abc Color CSS Codes

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

#c42abc Text Font Color

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

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


#c42abc Background Color

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

This div background color is #c42abc


#c42abc Border Color

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

This div border color is #c42abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42abc


Comments

No comments written yet.

Please login to write comment.