Color Hex Logo

#c4148f Color Hex

#C4148F
(196,20,143)
0 Favorites   0 Comments

Color spaces of #c4148f

RGB 19620143
HSL0.880.810.42
HSV318°90°77°
CMYK 0.000.900.27   0.23
XYZ27.973014.219227.2568
Yxy14.21920.40280.2047
Hunter Lab37.708466.4261-16.4609
CIE-Lab44.545771.6130-21.6586

#c4148f color RGB value is (196,20,143).

#c4148f hex color red value is 196, green value is 20 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #c4148f hue: 0.88 , saturation: 0.81 and the lightness value of c4148f is 0.42.

The process color (four color CMYK) of #c4148f color hex is 0.00, 0.90, 0.27, 0.23. Web safe color of #c4148f is #cc0099. Color #c4148f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010100 10001111
Octal 304 24 217
Decimal 196 20 143
Hex C4 14 8F

RGB Percentages of Color #c4148f

%54.60
%5.57
%39.83

CMYK Percentages of Color #c4148f

%0
%90
%27
%23

Triadic Colors of #c4148f

#c4148f #8fc414 #148fc4

Analogous Colors of #c4148f

#c4148f #c41437 #a114c4

Monochromatic Colors of #c4148f

#c4148f

Complementary Color

#c4148f #14c449

#c4148f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4148f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4148f Color CSS Codes

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

#c4148f Text Font Color

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

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


#c4148f Background Color

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

This div background color is #c4148f


#c4148f Border Color

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

This div border color is #c4148f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4148f


Comments

No comments written yet.

Please login to write comment.