Color Hex Logo

#c4266a Color Hex

#C4266A
(196,38,106)
0 Favorites   0 Comments

Color spaces of #c4266a

RGB 19638106
HSL0.930.680.46
HSV334°81°77°
CMYK 0.000.810.46   0.23
XYZ26.059614.162614.9958
Yxy14.16260.47190.2565
Hunter Lab37.633257.74642.7178
CIE-Lab44.465264.19680.9664

#c4266a color RGB value is (196,38,106).

#c4266a hex color red value is 196, green value is 38 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #c4266a hue: 0.93 , saturation: 0.68 and the lightness value of c4266a is 0.46.

The process color (four color CMYK) of #c4266a color hex is 0.00, 0.81, 0.46, 0.23. Web safe color of #c4266a is #cc3366. Color #c4266a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100110 01101010
Octal 304 46 152
Decimal 196 38 106
Hex C4 26 6A

RGB Percentages of Color #c4266a

%57.65
%11.18
%31.18

CMYK Percentages of Color #c4266a

%0
%81
%46
%23

Triadic Colors of #c4266a

#c4266a #6ac426 #266ac4

Analogous Colors of #c4266a

#c4266a #c43126 #c426b9

Monochromatic Colors of #c4266a

#c4266a

Complementary Color

#c4266a #26c480

#c4266a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4266a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4266a Color CSS Codes

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

#c4266a Text Font Color

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

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


#c4266a Background Color

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

This div background color is #c4266a


#c4266a Border Color

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

This div border color is #c4266a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4266a


Comments

No comments written yet.

Please login to write comment.