Color Hex Logo

#c93076 Color Hex

#C93076
(201,48,118)
0 Favorites   0 Comments

Color spaces of #c93076

RGB 20148118
HSL0.920.610.49
HSV333°76°79°
CMYK 0.000.760.41   0.21
XYZ28.414415.839418.6993
Yxy15.83940.45140.2516
Hunter Lab39.798757.79270.0019
CIE-Lab46.763163.7954-2.9572

#c93076 color RGB value is (201,48,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110000 01110110
Octal 311 60 166
Decimal 201 48 118
Hex C9 30 76

RGB Percentages of Color #c93076

%54.77
%13.08
%32.15

CMYK Percentages of Color #c93076

%0
%76
%41
%21

Triadic Colors of #c93076

#c93076 #76c930 #3076c9

Analogous Colors of #c93076

#c93076 #c93730 #c930c3

Monochromatic Colors of #c93076

#c93076

Complementary Color

#c93076 #30c983

#c93076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93076 Color CSS Codes

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

#c93076 Text Font Color

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

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


#c93076 Background Color

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

This div background color is #c93076


#c93076 Border Color

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

This div border color is #c93076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93076


Comments

No comments written yet.

Please login to write comment.