Color Hex Logo

#c93075 Color Hex

#C93075
(201,48,117)
0 Favorites   0 Comments

Color spaces of #c93075

RGB 20148117
HSL0.920.610.49
HSV333°76°79°
CMYK 0.000.760.42   0.21
XYZ28.355215.815818.3879
Yxy15.81580.45330.2528
Hunter Lab39.769157.67390.4246
CIE-Lab46.731963.6975-2.3904

#c93075 color RGB value is (201,48,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110000 01110101
Octal 311 60 165
Decimal 201 48 117
Hex C9 30 75

RGB Percentages of Color #c93075

%54.92
%13.11
%31.97

CMYK Percentages of Color #c93075

%0
%76
%42
%21

Triadic Colors of #c93075

#c93075 #75c930 #3075c9

Analogous Colors of #c93075

#c93075 #c93830 #c930c2

Monochromatic Colors of #c93075

#c93075

Complementary Color

#c93075 #30c984

#c93075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c93075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c93075 Color CSS Codes

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

#c93075 Text Font Color

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

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


#c93075 Background Color

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

This div background color is #c93075


#c93075 Border Color

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

This div border color is #c93075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c93075


Comments

No comments written yet.

Please login to write comment.