Color Hex Logo

#c9306c Color Hex

#C9306C
(201,48,108)
0 Favorites   0 Comments

Color spaces of #c9306c

RGB 20148108
HSL0.930.610.49
HSV336°76°79°
CMYK 0.000.760.46   0.21
XYZ27.851115.614115.7333
Yxy15.61410.47050.2638
Hunter Lab39.514756.66134.0532
CIE-Lab46.464162.86022.7465

#c9306c color RGB value is (201,48,108).

#c9306c hex color red value is 201, green value is 48 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #c9306c hue: 0.93 , saturation: 0.61 and the lightness value of c9306c is 0.49.

The process color (four color CMYK) of #c9306c color hex is 0.00, 0.76, 0.46, 0.21. Web safe color of #c9306c is #cc3366. Color #c9306c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110000 01101100
Octal 311 60 154
Decimal 201 48 108
Hex C9 30 6C

RGB Percentages of Color #c9306c

%56.30
%13.45
%30.25

CMYK Percentages of Color #c9306c

%0
%76
%46
%21

Triadic Colors of #c9306c

#c9306c #6cc930 #306cc9

Analogous Colors of #c9306c

#c9306c #c94130 #c930b9

Monochromatic Colors of #c9306c

#c9306c

Complementary Color

#c9306c #30c98d

#c9306c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9306c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9306c Color CSS Codes

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

#c9306c Text Font Color

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

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


#c9306c Background Color

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

This div background color is #c9306c


#c9306c Border Color

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

This div border color is #c9306c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9306c


Comments

No comments written yet.

Please login to write comment.