Color Hex Logo

#c80438 Color Hex

#C80438
(200,4,56)
0 Favorites   0 Comments

Color spaces of #c80438

RGB 200456
HSL0.960.960.40
HSV344°98°78°
CMYK 0.000.980.72   0.22
XYZ24.576612.65174.8881
Yxy12.65170.58350.3004
Hunter Lab35.569261.088616.7505
CIE-Lab42.233767.533129.3214

#c80438 color RGB value is (200,4,56).

#c80438 hex color red value is 200, green value is 4 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #c80438 hue: 0.96 , saturation: 0.96 and the lightness value of c80438 is 0.40.

The process color (four color CMYK) of #c80438 color hex is 0.00, 0.98, 0.72, 0.22. Web safe color of #c80438 is #cc0033. Color #c80438 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000100 00111000
Octal 310 4 70
Decimal 200 4 56
Hex C8 4 38

RGB Percentages of Color #c80438

%76.92
%1.54
%21.54

CMYK Percentages of Color #c80438

%0
%98
%72
%22

Triadic Colors of #c80438

#c80438 #38c804 #0438c8

Analogous Colors of #c80438

#c80438 #c83204 #c8049a

Monochromatic Colors of #c80438

#c80438

Complementary Color

#c80438 #04c894

#c80438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80438 Color CSS Codes

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

#c80438 Text Font Color

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

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


#c80438 Background Color

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

This div background color is #c80438


#c80438 Border Color

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

This div border color is #c80438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80438


Comments

No comments written yet.

Please login to write comment.