Color Hex Logo

#c8468a Color Hex

#C8468A
(200,70,138)
0 Favorites   0 Comments

Color spaces of #c8468a

RGB 20070138
HSL0.910.540.53
HSV329°65°78°
CMYK 0.000.650.31   0.22
XYZ30.597018.494726.0019
Yxy18.49470.40750.2463
Hunter Lab43.005551.7374-5.7440
CIE-Lab50.090757.8021-10.1333

#c8468a color RGB value is (200,70,138).

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

The process color (four color CMYK) of #c8468a color hex is 0.00, 0.65, 0.31, 0.22. Web safe color of #c8468a is #cc3399. Color #c8468a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000110 10001010
Octal 310 106 212
Decimal 200 70 138
Hex C8 46 8A

RGB Percentages of Color #c8468a

%49.02
%17.16
%33.82

CMYK Percentages of Color #c8468a

%0
%65
%31
%22

Triadic Colors of #c8468a

#c8468a #8ac846 #468ac8

Analogous Colors of #c8468a

#c8468a #c84649 #c546c8

Monochromatic Colors of #c8468a

#c8468a

Complementary Color

#c8468a #46c884

#c8468a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8468a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8468a Color CSS Codes

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

#c8468a Text Font Color

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

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


#c8468a Background Color

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

This div background color is #c8468a


#c8468a Border Color

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

This div border color is #c8468a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8468a


Comments

No comments written yet.

Please login to write comment.