Color Hex Logo

#c8434b Color Hex

#C8434B
(200,67,75)
0 Favorites   0 Comments

Color spaces of #c8434b

RGB 2006775
HSL0.990.550.52
HSV356°67°78°
CMYK 0.000.670.63   0.22
XYZ27.096616.80178.4715
Yxy16.80170.51740.3208
Hunter Lab40.989946.266216.4393
CIE-Lab48.009253.173724.9793

#c8434b color RGB value is (200,67,75).

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

The process color (four color CMYK) of #c8434b color hex is 0.00, 0.67, 0.63, 0.22. Web safe color of #c8434b is #cc3333. Color #c8434b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000011 01001011
Octal 310 103 113
Decimal 200 67 75
Hex C8 43 4B

RGB Percentages of Color #c8434b

%58.48
%19.59
%21.93

CMYK Percentages of Color #c8434b

%0
%67
%63
%22

Triadic Colors of #c8434b

#c8434b #4bc843 #434bc8

Analogous Colors of #c8434b

#c8434b #c87e43 #c8438e

Monochromatic Colors of #c8434b

#c8434b

Complementary Color

#c8434b #43c8c0

#c8434b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8434b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8434b Color CSS Codes

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

#c8434b Text Font Color

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

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


#c8434b Background Color

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

This div background color is #c8434b


#c8434b Border Color

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

This div border color is #c8434b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8434b


Comments

No comments written yet.

Please login to write comment.