Color Hex Logo

#c4216d Color Hex

#C4216D
(196,33,109)
0 Favorites   0 Comments

Color spaces of #c4216d

RGB 19633109
HSL0.920.710.45
HSV332°83°77°
CMYK 0.000.830.44   0.23
XYZ26.069113.927615.7823
Yxy13.92760.46740.2497
Hunter Lab37.319759.37891.0504
CIE-Lab44.128965.6858-1.3885

#c4216d color RGB value is (196,33,109).

#c4216d hex color red value is 196, green value is 33 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #c4216d hue: 0.92 , saturation: 0.71 and the lightness value of c4216d is 0.45.

The process color (four color CMYK) of #c4216d color hex is 0.00, 0.83, 0.44, 0.23. Web safe color of #c4216d is #cc3366. Color #c4216d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100001 01101101
Octal 304 41 155
Decimal 196 33 109
Hex C4 21 6D

RGB Percentages of Color #c4216d

%57.99
%9.76
%32.25

CMYK Percentages of Color #c4216d

%0
%83
%44
%23

Triadic Colors of #c4216d

#c4216d #6dc421 #216dc4

Analogous Colors of #c4216d

#c4216d #c42721 #c421bf

Monochromatic Colors of #c4216d

#c4216d

Complementary Color

#c4216d #21c478

#c4216d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4216d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4216d Color CSS Codes

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

#c4216d Text Font Color

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

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


#c4216d Background Color

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

This div background color is #c4216d


#c4216d Border Color

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

This div border color is #c4216d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4216d


Comments

No comments written yet.

Please login to write comment.