Color Hex Logo

#c9468f Color Hex

#C9468F
(201,70,143)
0 Favorites   0 Comments

Color spaces of #c9468f

RGB 20170143
HSL0.910.550.53
HSV327°65°79°
CMYK 0.000.650.29   0.21
XYZ31.235518.781027.9654
Yxy18.78100.40050.2408
Hunter Lab43.337152.8154-7.9239
CIE-Lab50.430058.7069-12.5962

#c9468f color RGB value is (201,70,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000110 10001111
Octal 311 106 217
Decimal 201 70 143
Hex C9 46 8F

RGB Percentages of Color #c9468f

%48.55
%16.91
%34.54

CMYK Percentages of Color #c9468f

%0
%65
%29
%21

Triadic Colors of #c9468f

#c9468f #8fc946 #468fc9

Analogous Colors of #c9468f

#c9468f #c9464d #c246c9

Monochromatic Colors of #c9468f

#c9468f

Complementary Color

#c9468f #46c980

#c9468f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9468f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9468f Color CSS Codes

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

#c9468f Text Font Color

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

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


#c9468f Background Color

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

This div background color is #c9468f


#c9468f Border Color

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

This div border color is #c9468f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9468f


Comments

No comments written yet.

Please login to write comment.