Color Hex Logo

#c42fbe Color Hex

#C42FBE
(196,47,190)
0 Favorites   0 Comments

Color spaces of #c42fbe

RGB 19647190
HSL0.840.610.48
HSV302°76°77°
CMYK 0.000.760.03   0.23
XYZ33.075717.486550.3471
Yxy17.48650.32780.1733
Hunter Lab41.816968.0079-42.1128
CIE-Lab48.867372.0899-42.8164

#c42fbe color RGB value is (196,47,190).

#c42fbe hex color red value is 196, green value is 47 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c42fbe hue: 0.84 , saturation: 0.61 and the lightness value of c42fbe is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101111 10111110
Octal 304 57 276
Decimal 196 47 190
Hex C4 2F BE

RGB Percentages of Color #c42fbe

%45.27
%10.85
%43.88

CMYK Percentages of Color #c42fbe

%0
%76
%3
%23

Triadic Colors of #c42fbe

#c42fbe #bec42f #2fbec4

Analogous Colors of #c42fbe

#c42fbe #c42f74 #802fc4

Monochromatic Colors of #c42fbe

#c42fbe

Complementary Color

#c42fbe #2fc435

#c42fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42fbe Color CSS Codes

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

#c42fbe Text Font Color

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

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


#c42fbe Background Color

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

This div background color is #c42fbe


#c42fbe Border Color

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

This div border color is #c42fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42fbe


Comments

No comments written yet.

Please login to write comment.