Color Hex Logo

#c94687 Color Hex

#C94687
(201,70,135)
0 Favorites   0 Comments

Color spaces of #c94687

RGB 20170135
HSL0.920.550.53
HSV330°65°79°
CMYK 0.000.650.33   0.21
XYZ30.650718.547124.8861
Yxy18.54710.41370.2504
Hunter Lab43.066351.6739-4.1146
CIE-Lab50.153157.7337-8.2249

#c94687 color RGB value is (201,70,135).

#c94687 hex color red value is 201, green value is 70 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #c94687 hue: 0.92 , saturation: 0.55 and the lightness value of c94687 is 0.53.

The process color (four color CMYK) of #c94687 color hex is 0.00, 0.65, 0.33, 0.21. Web safe color of #c94687 is #cc3399. Color #c94687 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000110 10000111
Octal 311 106 207
Decimal 201 70 135
Hex C9 46 87

RGB Percentages of Color #c94687

%49.51
%17.24
%33.25

CMYK Percentages of Color #c94687

%0
%65
%33
%21

Triadic Colors of #c94687

#c94687 #87c946 #4687c9

Analogous Colors of #c94687

#c94687 #c94746 #c946c9

Monochromatic Colors of #c94687

#c94687

Complementary Color

#c94687 #46c988

#c94687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94687 Color CSS Codes

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

#c94687 Text Font Color

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

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


#c94687 Background Color

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

This div background color is #c94687


#c94687 Border Color

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

This div border color is #c94687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94687


Comments

No comments written yet.

Please login to write comment.