Color Hex Logo

#c1075d Color Hex

#C1075D
(193,7,93)
0 Favorites   0 Comments

Color spaces of #c1075d

RGB 193793
HSL0.920.930.39
HSV332°96°76°
CMYK 0.000.960.52   0.24
XYZ24.044112.279711.4589
Yxy12.27970.50320.2570
Hunter Lab35.042461.15235.1418
CIE-Lab41.657267.70034.9832

#c1075d color RGB value is (193,7,93).

#c1075d hex color red value is 193, green value is 7 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #c1075d hue: 0.92 , saturation: 0.93 and the lightness value of c1075d is 0.39.

The process color (four color CMYK) of #c1075d color hex is 0.00, 0.96, 0.52, 0.24. Web safe color of #c1075d is #cc0066. Color #c1075d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000111 01011101
Octal 301 7 135
Decimal 193 7 93
Hex C1 7 5D

RGB Percentages of Color #c1075d

%65.87
%2.39
%31.74

CMYK Percentages of Color #c1075d

%0
%96
%52
%24

Triadic Colors of #c1075d

#c1075d #5dc107 #075dc1

Analogous Colors of #c1075d

#c1075d #c10e07 #c107ba

Monochromatic Colors of #c1075d

#c1075d

Complementary Color

#c1075d #07c16b

#c1075d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1075d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1075d Color CSS Codes

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

#c1075d Text Font Color

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

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


#c1075d Background Color

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

This div background color is #c1075d


#c1075d Border Color

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

This div border color is #c1075d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,7,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1075d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1075d;
  -webkit-box-shadow: 1px 1px 3px 2px #c1075d;
  box-shadow:         1px 1px 3px 2px #c1075d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,7,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1075d


Comments

No comments written yet.

Please login to write comment.