Color Hex Logo

#c8465c Color Hex

#C8465C
(200,70,92)
0 Favorites   0 Comments

Color spaces of #c8465c

RGB 2007092
HSL0.970.540.53
HSV350°65°78°
CMYK 0.000.650.54   0.22
XYZ27.941317.432412.0173
Yxy17.43240.48690.3037
Hunter Lab41.752146.389312.1614
CIE-Lab48.800353.148315.7893

#c8465c color RGB value is (200,70,92).

#c8465c hex color red value is 200, green value is 70 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #c8465c hue: 0.97 , saturation: 0.54 and the lightness value of c8465c is 0.53.

The process color (four color CMYK) of #c8465c color hex is 0.00, 0.65, 0.54, 0.22. Web safe color of #c8465c is #cc3366. Color #c8465c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000110 01011100
Octal 310 106 134
Decimal 200 70 92
Hex C8 46 5C

RGB Percentages of Color #c8465c

%55.25
%19.34
%25.41

CMYK Percentages of Color #c8465c

%0
%65
%54
%22

Triadic Colors of #c8465c

#c8465c #5cc846 #465cc8

Analogous Colors of #c8465c

#c8465c #c87146 #c8469d

Monochromatic Colors of #c8465c

#c8465c

Complementary Color

#c8465c #46c8b2

#c8465c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8465c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8465c Color CSS Codes

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

#c8465c Text Font Color

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

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


#c8465c Background Color

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

This div background color is #c8465c


#c8465c Border Color

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

This div border color is #c8465c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8465c


Comments

No comments written yet.

Please login to write comment.