Color Hex Logo

#c140bf Color Hex

#C140BF
(193,64,191)
0 Favorites   0 Comments

Color spaces of #c140bf

RGB 19364191
HSL0.840.510.50
HSV301°67°76°
CMYK 0.000.670.01   0.24
XYZ33.229718.765851.1610
Yxy18.76580.32210.1819
Hunter Lab43.319561.1153-39.6987
CIE-Lab50.412165.9762-40.9818

#c140bf color RGB value is (193,64,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000000 10111111
Octal 301 100 277
Decimal 193 64 191
Hex C1 40 BF

RGB Percentages of Color #c140bf

%43.08
%14.29
%42.63

CMYK Percentages of Color #c140bf

%0
%67
%1
%24

Triadic Colors of #c140bf

#c140bf #bfc140 #40bfc1

Analogous Colors of #c140bf

#c140bf #c1407f #8340c1

Monochromatic Colors of #c140bf

#c140bf

Complementary Color

#c140bf #40c142

#c140bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c140bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c140bf Color CSS Codes

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

#c140bf Text Font Color

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

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


#c140bf Background Color

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

This div background color is #c140bf


#c140bf Border Color

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

This div border color is #c140bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c140bf


Comments

No comments written yet.

Please login to write comment.