Color Hex Logo

#c42f9b Color Hex

#C42F9B
(196,47,155)
0 Favorites   0 Comments

Color spaces of #c42f9b

RGB 19647155
HSL0.880.610.48
HSV317°76°77°
CMYK 0.000.760.21   0.23
XYZ29.697916.135432.5595
Yxy16.13540.37880.2058
Hunter Lab40.168961.6741-19.9402
CIE-Lab47.151667.0806-24.8603

#c42f9b color RGB value is (196,47,155).

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

The process color (four color CMYK) of #c42f9b color hex is 0.00, 0.76, 0.21, 0.23. Web safe color of #c42f9b is #cc3399. Color #c42f9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101111 10011011
Octal 304 57 233
Decimal 196 47 155
Hex C4 2F 9B

RGB Percentages of Color #c42f9b

%49.25
%11.81
%38.94

CMYK Percentages of Color #c42f9b

%0
%76
%21
%23

Triadic Colors of #c42f9b

#c42f9b #9bc42f #2f9bc4

Analogous Colors of #c42f9b

#c42f9b #c42f50 #a32fc4

Monochromatic Colors of #c42f9b

#c42f9b

Complementary Color

#c42f9b #2fc458

#c42f9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42f9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42f9b Color CSS Codes

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

#c42f9b Text Font Color

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

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


#c42f9b Background Color

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

This div background color is #c42f9b


#c42f9b Border Color

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

This div border color is #c42f9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42f9b


Comments

No comments written yet.

Please login to write comment.