Color Hex Logo

#c9547d Color Hex

#C9547D
(201,84,125)
0 Favorites   0 Comments

Color spaces of #c9547d

RGB 20184125
HSL0.940.520.56
HSV339°58°79°
CMYK 0.000.580.38   0.21
XYZ30.959420.238821.6768
Yxy20.23880.42480.2777
Hunter Lab44.987644.11142.9230
CIE-Lab52.106150.46250.6426

#c9547d color RGB value is (201,84,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010100 01111101
Octal 311 124 175
Decimal 201 84 125
Hex C9 54 7D

RGB Percentages of Color #c9547d

%49.02
%20.49
%30.49

CMYK Percentages of Color #c9547d

%0
%58
%38
%21

Triadic Colors of #c9547d

#c9547d #7dc954 #547dc9

Analogous Colors of #c9547d

#c9547d #c96654 #c954b8

Monochromatic Colors of #c9547d

#c9547d

Complementary Color

#c9547d #54c9a0

#c9547d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9547d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9547d Color CSS Codes

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

#c9547d Text Font Color

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

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


#c9547d Background Color

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

This div background color is #c9547d


#c9547d Border Color

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

This div border color is #c9547d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,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 #c9547d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9547d


Comments

No comments written yet.

Please login to write comment.