Color Hex Logo

#c119bb Color Hex

#C119BB
(193,25,187)
0 Favorites   0 Comments

Color spaces of #c119bb

RGB 19325187
HSL0.840.770.43
HSV302°87°76°
CMYK 0.000.870.03   0.24
XYZ31.309615.620648.3786
Yxy15.62060.32850.1639
Hunter Lab39.522972.2406-44.9088
CIE-Lab46.472776.0367-44.9024

#c119bb color RGB value is (193,25,187).

#c119bb hex color red value is 193, green value is 25 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c119bb hue: 0.84 , saturation: 0.77 and the lightness value of c119bb is 0.43.

The process color (four color CMYK) of #c119bb color hex is 0.00, 0.87, 0.03, 0.24. Web safe color of #c119bb is #cc00cc. Color #c119bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011001 10111011
Octal 301 31 273
Decimal 193 25 187
Hex C1 19 BB

RGB Percentages of Color #c119bb

%47.65
%6.17
%46.17

CMYK Percentages of Color #c119bb

%0
%87
%3
%24

Triadic Colors of #c119bb

#c119bb #bbc119 #19bbc1

Analogous Colors of #c119bb

#c119bb #c11967 #7319c1

Monochromatic Colors of #c119bb

#c119bb

Complementary Color

#c119bb #19c11f

#c119bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c119bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c119bb Color CSS Codes

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

#c119bb Text Font Color

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

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


#c119bb Background Color

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

This div background color is #c119bb


#c119bb Border Color

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

This div border color is #c119bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c119bb


Comments

No comments written yet.

Please login to write comment.