Color Hex Logo

#c8468b Color Hex

#C8468B
(200,70,139)
0 Favorites   0 Comments

Color spaces of #c8468b

RGB 20070139
HSL0.910.540.53
HSV328°65°78°
CMYK 0.000.650.31   0.22
XYZ30.669818.523826.3851
Yxy18.52380.40580.2451
Hunter Lab43.039351.8804-6.2201
CIE-Lab50.125457.9243-10.6802

#c8468b color RGB value is (200,70,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000110 10001011
Octal 310 106 213
Decimal 200 70 139
Hex C8 46 8B

RGB Percentages of Color #c8468b

%48.90
%17.11
%33.99

CMYK Percentages of Color #c8468b

%0
%65
%31
%22

Triadic Colors of #c8468b

#c8468b #8bc846 #468bc8

Analogous Colors of #c8468b

#c8468b #c8464a #c446c8

Monochromatic Colors of #c8468b

#c8468b

Complementary Color

#c8468b #46c883

#c8468b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8468b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8468b Color CSS Codes

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

#c8468b Text Font Color

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

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


#c8468b Background Color

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

This div background color is #c8468b


#c8468b Border Color

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

This div border color is #c8468b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8468b


Comments

No comments written yet.

Please login to write comment.