Color Hex Logo

#c8426f Color Hex

#C8426F
(200,66,111)
0 Favorites   0 Comments

Color spaces of #c8426f

RGB 20066111
HSL0.940.550.52
HSV340°67°78°
CMYK 0.000.670.45   0.22
XYZ28.636917.323516.8734
Yxy17.32350.45580.2757
Hunter Lab41.621549.97595.0988
CIE-Lab48.665156.46754.0652

#c8426f color RGB value is (200,66,111).

#c8426f hex color red value is 200, green value is 66 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #c8426f hue: 0.94 , saturation: 0.55 and the lightness value of c8426f is 0.52.

The process color (four color CMYK) of #c8426f color hex is 0.00, 0.67, 0.45, 0.22. Web safe color of #c8426f is #cc3366. Color #c8426f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000010 01101111
Octal 310 102 157
Decimal 200 66 111
Hex C8 42 6F

RGB Percentages of Color #c8426f

%53.05
%17.51
%29.44

CMYK Percentages of Color #c8426f

%0
%67
%45
%22

Triadic Colors of #c8426f

#c8426f #6fc842 #426fc8

Analogous Colors of #c8426f

#c8426f #c85842 #c842b2

Monochromatic Colors of #c8426f

#c8426f

Complementary Color

#c8426f #42c89b

#c8426f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8426f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8426f Color CSS Codes

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

#c8426f Text Font Color

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

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


#c8426f Background Color

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

This div background color is #c8426f


#c8426f Border Color

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

This div border color is #c8426f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,66,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8426f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8426f;
  -webkit-box-shadow: 1px 1px 3px 2px #c8426f;
  box-shadow:         1px 1px 3px 2px #c8426f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,66,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8426f


Comments

No comments written yet.

Please login to write comment.