Color Hex Logo

#c140bb Color Hex

#C140BB
(193,64,187)
0 Favorites   0 Comments

Color spaces of #c140bb

RGB 19364187
HSL0.840.510.50
HSV303°67°76°
CMYK 0.000.670.03   0.24
XYZ32.795418.592148.8738
Yxy18.59210.32710.1854
Hunter Lab43.118660.3072-37.0207
CIE-Lab50.206565.3209-38.9838

#c140bb color RGB value is (193,64,187).

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

The process color (four color CMYK) of #c140bb color hex is 0.00, 0.67, 0.03, 0.24. Web safe color of #c140bb is #cc33cc. Color #c140bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000000 10111011
Octal 301 100 273
Decimal 193 64 187
Hex C1 40 BB

RGB Percentages of Color #c140bb

%43.47
%14.41
%42.12

CMYK Percentages of Color #c140bb

%0
%67
%3
%24

Triadic Colors of #c140bb

#c140bb #bbc140 #40bbc1

Analogous Colors of #c140bb

#c140bb #c1407b #8740c1

Monochromatic Colors of #c140bb

#c140bb

Complementary Color

#c140bb #40c146

#c140bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c140bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c140bb Color CSS Codes

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

#c140bb Text Font Color

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

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


#c140bb Background Color

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

This div background color is #c140bb


#c140bb Border Color

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

This div border color is #c140bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,64,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 #c140bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c140bb


Comments

No comments written yet.

Please login to write comment.