Color Hex Logo

#c42eba Color Hex

#C42EBA
(196,46,186)
0 Favorites   0 Comments

Color spaces of #c42eba

RGB 19646186
HSL0.840.620.47
HSV304°77°77°
CMYK 0.000.770.05   0.23
XYZ32.604917.234948.0626
Yxy17.23490.33300.1760
Hunter Lab41.514967.5388-39.5807
CIE-Lab48.554771.7607-40.9799

#c42eba color RGB value is (196,46,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101110 10111010
Octal 304 56 272
Decimal 196 46 186
Hex C4 2E BA

RGB Percentages of Color #c42eba

%45.79
%10.75
%43.46

CMYK Percentages of Color #c42eba

%0
%77
%5
%23

Triadic Colors of #c42eba

#c42eba #bac42e #2ebac4

Analogous Colors of #c42eba

#c42eba #c42e6f #832ec4

Monochromatic Colors of #c42eba

#c42eba

Complementary Color

#c42eba #2ec438

#c42eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42eba Color CSS Codes

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

#c42eba Text Font Color

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

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


#c42eba Background Color

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

This div background color is #c42eba


#c42eba Border Color

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

This div border color is #c42eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42eba


Comments

No comments written yet.

Please login to write comment.