Color Hex Logo

#c1506b Color Hex

#C1506B
(193,80,107)
0 Favorites   0 Comments

Color spaces of #c1506b

RGB 19380107
HSL0.960.480.54
HSV346°59°76°
CMYK 0.000.590.45   0.24
XYZ27.514818.136315.9604
Yxy18.13630.44660.2944
Hunter Lab42.586740.80007.5904
CIE-Lab49.661047.73827.7559

#c1506b color RGB value is (193,80,107).

#c1506b hex color red value is 193, green value is 80 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #c1506b hue: 0.96 , saturation: 0.48 and the lightness value of c1506b is 0.54.

The process color (four color CMYK) of #c1506b color hex is 0.00, 0.59, 0.45, 0.24. Web safe color of #c1506b is #cc6666. Color #c1506b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01010000 01101011
Octal 301 120 153
Decimal 193 80 107
Hex C1 50 6B

RGB Percentages of Color #c1506b

%50.79
%21.05
%28.16

CMYK Percentages of Color #c1506b

%0
%59
%45
%24

Triadic Colors of #c1506b

#c1506b #6bc150 #506bc1

Analogous Colors of #c1506b

#c1506b #c16e50 #c150a4

Monochromatic Colors of #c1506b

#c1506b

Complementary Color

#c1506b #50c1a6

#c1506b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1506b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1506b Color CSS Codes

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

#c1506b Text Font Color

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

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


#c1506b Background Color

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

This div background color is #c1506b


#c1506b Border Color

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

This div border color is #c1506b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1506b


Comments

No comments written yet.

Please login to write comment.