Color Hex Logo

#c9269f Color Hex

#C9269F
(201,38,159)
0 Favorites   0 Comments

Color spaces of #c9269f

RGB 20138159
HSL0.880.680.47
HSV315°81°79°
CMYK 0.000.810.21   0.21
XYZ31.038516.306934.3125
Yxy16.30690.38010.1997
Hunter Lab40.381866.5316-22.1116
CIE-Lab47.374671.1499-26.8343

#c9269f color RGB value is (201,38,159).

#c9269f hex color red value is 201, green value is 38 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c9269f hue: 0.88 , saturation: 0.68 and the lightness value of c9269f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100110 10011111
Octal 311 46 237
Decimal 201 38 159
Hex C9 26 9F

RGB Percentages of Color #c9269f

%50.50
%9.55
%39.95

CMYK Percentages of Color #c9269f

%0
%81
%21
%21

Triadic Colors of #c9269f

#c9269f #9fc926 #269fc9

Analogous Colors of #c9269f

#c9269f #c9264e #a226c9

Monochromatic Colors of #c9269f

#c9269f

Complementary Color

#c9269f #26c950

#c9269f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9269f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9269f Color CSS Codes

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

#c9269f Text Font Color

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

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


#c9269f Background Color

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

This div background color is #c9269f


#c9269f Border Color

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

This div border color is #c9269f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9269f


Comments

No comments written yet.

Please login to write comment.