Color Hex Logo

#c119bc Color Hex

#C119BC
(193,25,188)
0 Favorites   0 Comments

Color spaces of #c119bc

RGB 19325188
HSL0.840.770.43
HSV302°87°76°
CMYK 0.000.870.03   0.24
XYZ31.417115.663648.9445
Yxy15.66360.32720.1631
Hunter Lab39.577372.4361-45.6188
CIE-Lab46.530076.1846-45.3964

#c119bc color RGB value is (193,25,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011001 10111100
Octal 301 31 274
Decimal 193 25 188
Hex C1 19 BC

RGB Percentages of Color #c119bc

%47.54
%6.16
%46.31

CMYK Percentages of Color #c119bc

%0
%87
%3
%24

Triadic Colors of #c119bc

#c119bc #bcc119 #19bcc1

Analogous Colors of #c119bc

#c119bc #c11968 #7219c1

Monochromatic Colors of #c119bc

#c119bc

Complementary Color

#c119bc #19c11e

#c119bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c119bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c119bc Color CSS Codes

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

#c119bc Text Font Color

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

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


#c119bc Background Color

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

This div background color is #c119bc


#c119bc Border Color

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

This div border color is #c119bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c119bc


Comments

No comments written yet.

Please login to write comment.