Color Hex Logo

#c81457 Color Hex

#C81457
(200,20,87)
0 Favorites   0 Comments

Color spaces of #c81457

RGB 2002087
HSL0.940.820.43
HSV338°90°78°
CMYK 0.000.900.57   0.22
XYZ25.789913.467810.2571
Yxy13.46780.52090.2720
Hunter Lab36.698561.21869.1176
CIE-Lab43.459867.406011.5148

#c81457 color RGB value is (200,20,87).

#c81457 hex color red value is 200, green value is 20 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #c81457 hue: 0.94 , saturation: 0.82 and the lightness value of c81457 is 0.43.

The process color (four color CMYK) of #c81457 color hex is 0.00, 0.90, 0.57, 0.22. Web safe color of #c81457 is #cc0066. Color #c81457 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010100 01010111
Octal 310 24 127
Decimal 200 20 87
Hex C8 14 57

RGB Percentages of Color #c81457

%65.15
%6.51
%28.34

CMYK Percentages of Color #c81457

%0
%90
%57
%22

Triadic Colors of #c81457

#c81457 #57c814 #1457c8

Analogous Colors of #c81457

#c81457 #c82b14 #c814b1

Monochromatic Colors of #c81457

#c81457

Complementary Color

#c81457 #14c885

#c81457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c81457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c81457 Color CSS Codes

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

#c81457 Text Font Color

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

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


#c81457 Background Color

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

This div background color is #c81457


#c81457 Border Color

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

This div border color is #c81457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c81457


Comments

No comments written yet.

Please login to write comment.