Color Hex Logo

#c42ebf Color Hex

#C42EBF
(196,46,191)
0 Favorites   0 Comments

Color spaces of #c42ebf

RGB 19646191
HSL0.840.620.47
HSV302°77°77°
CMYK 0.000.770.03   0.23
XYZ33.145917.451350.9117
Yxy17.45130.32650.1719
Hunter Lab41.774868.5238-43.0155
CIE-Lab48.823772.5262-43.4674

#c42ebf color RGB value is (196,46,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101110 10111111
Octal 304 56 277
Decimal 196 46 191
Hex C4 2E BF

RGB Percentages of Color #c42ebf

%45.27
%10.62
%44.11

CMYK Percentages of Color #c42ebf

%0
%77
%3
%23

Triadic Colors of #c42ebf

#c42ebf #bfc42e #2ebfc4

Analogous Colors of #c42ebf

#c42ebf #c42e74 #7e2ec4

Monochromatic Colors of #c42ebf

#c42ebf

Complementary Color

#c42ebf #2ec433

#c42ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42ebf Color CSS Codes

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

#c42ebf Text Font Color

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

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


#c42ebf Background Color

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

This div background color is #c42ebf


#c42ebf Border Color

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

This div border color is #c42ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42ebf


Comments

No comments written yet.

Please login to write comment.