Color Hex Logo

#c140be Color Hex

#C140BE
(193,64,190)
0 Favorites   0 Comments

Color spaces of #c140be

RGB 19364190
HSL0.840.510.50
HSV301°67°76°
CMYK 0.000.670.02   0.24
XYZ33.120018.722050.5833
Yxy18.72200.32340.1828
Hunter Lab43.268960.9114-39.0244
CIE-Lab50.360465.8111-40.4835

#c140be color RGB value is (193,64,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000000 10111110
Octal 301 100 276
Decimal 193 64 190
Hex C1 40 BE

RGB Percentages of Color #c140be

%43.18
%14.32
%42.51

CMYK Percentages of Color #c140be

%0
%67
%2
%24

Triadic Colors of #c140be

#c140be #bec140 #40bec1

Analogous Colors of #c140be

#c140be #c1407e #8440c1

Monochromatic Colors of #c140be

#c140be

Complementary Color

#c140be #40c143

#c140be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c140be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c140be Color CSS Codes

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

#c140be Text Font Color

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

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


#c140be Background Color

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

This div background color is #c140be


#c140be Border Color

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

This div border color is #c140be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c140be


Comments

No comments written yet.

Please login to write comment.