Color Hex Logo

#c1087b Color Hex

#C1087B
(193,8,123)
0 Favorites   0 Comments

Color spaces of #c1087b

RGB 1938123
HSL0.900.920.39
HSV323°96°76°
CMYK 0.000.960.36   0.24
XYZ25.654312.941219.8847
Yxy12.94120.43870.2213
Hunter Lab35.973964.3406-7.5911
CIE-Lab42.674570.2226-12.3075

#c1087b color RGB value is (193,8,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001000 01111011
Octal 301 10 173
Decimal 193 8 123
Hex C1 8 7B

RGB Percentages of Color #c1087b

%59.57
%2.47
%37.96

CMYK Percentages of Color #c1087b

%0
%96
%36
%24

Triadic Colors of #c1087b

#c1087b #7bc108 #087bc1

Analogous Colors of #c1087b

#c1087b #c1081f #ab08c1

Monochromatic Colors of #c1087b

#c1087b

Complementary Color

#c1087b #08c14e

#c1087b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1087b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1087b Color CSS Codes

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

#c1087b Text Font Color

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

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


#c1087b Background Color

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

This div background color is #c1087b


#c1087b Border Color

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

This div border color is #c1087b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1087b


Comments

No comments written yet.

Please login to write comment.