Color Hex Logo

#c9267d Color Hex

#C9267D
(201,38,125)
0 Favorites   0 Comments

Color spaces of #c9267d

RGB 20138125
HSL0.910.680.47
HSV328°81°79°
CMYK 0.000.810.38   0.21
XYZ28.482215.284420.8510
Yxy15.28440.44080.2365
Hunter Lab39.095361.6265-4.2549
CIE-Lab46.021367.2585-8.3463

#c9267d color RGB value is (201,38,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100110 01111101
Octal 311 46 175
Decimal 201 38 125
Hex C9 26 7D

RGB Percentages of Color #c9267d

%55.22
%10.44
%34.34

CMYK Percentages of Color #c9267d

%0
%81
%38
%21

Triadic Colors of #c9267d

#c9267d #7dc926 #267dc9

Analogous Colors of #c9267d

#c9267d #c9262c #c426c9

Monochromatic Colors of #c9267d

#c9267d

Complementary Color

#c9267d #26c972

#c9267d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9267d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9267d Color CSS Codes

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

#c9267d Text Font Color

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

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


#c9267d Background Color

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

This div background color is #c9267d


#c9267d Border Color

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

This div border color is #c9267d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9267d


Comments

No comments written yet.

Please login to write comment.