Color Hex Logo

#c8547d Color Hex

#C8547D
(200,84,125)
0 Favorites   0 Comments

Color spaces of #c8547d

RGB 20084125
HSL0.940.510.56
HSV339°58°78°
CMYK 0.000.580.38   0.22
XYZ30.691420.100721.6642
Yxy20.10070.42360.2774
Hunter Lab44.833843.73472.7341
CIE-Lab51.950950.13620.3975

#c8547d color RGB value is (200,84,125).

#c8547d hex color red value is 200, green value is 84 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c8547d hue: 0.94 , saturation: 0.51 and the lightness value of c8547d is 0.56.

The process color (four color CMYK) of #c8547d color hex is 0.00, 0.58, 0.38, 0.22. Web safe color of #c8547d is #cc6666. Color #c8547d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01010100 01111101
Octal 310 124 175
Decimal 200 84 125
Hex C8 54 7D

RGB Percentages of Color #c8547d

%48.90
%20.54
%30.56

CMYK Percentages of Color #c8547d

%0
%58
%38
%22

Triadic Colors of #c8547d

#c8547d #7dc854 #547dc8

Analogous Colors of #c8547d

#c8547d #c86554 #c854b7

Monochromatic Colors of #c8547d

#c8547d

Complementary Color

#c8547d #54c89f

#c8547d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8547d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8547d Color CSS Codes

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

#c8547d Text Font Color

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

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


#c8547d Background Color

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

This div background color is #c8547d


#c8547d Border Color

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

This div border color is #c8547d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8547d


Comments

No comments written yet.

Please login to write comment.