Color Hex Logo

#c42fbb Color Hex

#C42FBB
(196,47,187)
0 Favorites   0 Comments

Color spaces of #c42fbb

RGB 19647187
HSL0.840.610.48
HSV304°76°77°
CMYK 0.000.760.05   0.23
XYZ32.751117.356648.6377
Yxy17.35660.33170.1758
Hunter Lab41.661367.4168-40.0556
CIE-Lab48.706271.6297-41.3235

#c42fbb color RGB value is (196,47,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101111 10111011
Octal 304 57 273
Decimal 196 47 187
Hex C4 2F BB

RGB Percentages of Color #c42fbb

%45.58
%10.93
%43.49

CMYK Percentages of Color #c42fbb

%0
%76
%5
%23

Triadic Colors of #c42fbb

#c42fbb #bbc42f #2fbbc4

Analogous Colors of #c42fbb

#c42fbb #c42f71 #832fc4

Monochromatic Colors of #c42fbb

#c42fbb

Complementary Color

#c42fbb #2fc438

#c42fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42fbb Color CSS Codes

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

#c42fbb Text Font Color

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

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


#c42fbb Background Color

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

This div background color is #c42fbb


#c42fbb Border Color

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

This div border color is #c42fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42fbb


Comments

No comments written yet.

Please login to write comment.