Color Hex Logo

#c4268f Color Hex

#C4268F
(196,38,143)
0 Favorites   0 Comments

Color spaces of #c4268f

RGB 19638143
HSL0.890.680.46
HSV320°81°77°
CMYK 0.000.810.27   0.23
XYZ28.416015.105227.4045
Yxy15.10520.40060.2130
Hunter Lab38.865462.4938-14.6004
CIE-Lab45.777968.0479-19.7613

#c4268f color RGB value is (196,38,143).

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

The process color (four color CMYK) of #c4268f color hex is 0.00, 0.81, 0.27, 0.23. Web safe color of #c4268f is #cc3399. Color #c4268f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100110 10001111
Octal 304 46 217
Decimal 196 38 143
Hex C4 26 8F

RGB Percentages of Color #c4268f

%51.99
%10.08
%37.93

CMYK Percentages of Color #c4268f

%0
%81
%27
%23

Triadic Colors of #c4268f

#c4268f #8fc426 #268fc4

Analogous Colors of #c4268f

#c4268f #c42640 #aa26c4

Monochromatic Colors of #c4268f

#c4268f

Complementary Color

#c4268f #26c45b

#c4268f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4268f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4268f Color CSS Codes

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

#c4268f Text Font Color

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

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


#c4268f Background Color

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

This div background color is #c4268f


#c4268f Border Color

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

This div border color is #c4268f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,38,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 #c4268f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4268f


Comments

No comments written yet.

Please login to write comment.