Color Hex Logo

#c142be Color Hex

#C142BE
(193,66,190)
0 Favorites   0 Comments

Color spaces of #c142be

RGB 19366190
HSL0.840.510.51
HSV301°66°76°
CMYK 0.000.660.02   0.24
XYZ33.234818.951650.6216
Yxy18.95160.32330.1843
Hunter Lab43.533460.0890-38.4703
CIE-Lab50.630565.0526-40.0568

#c142be color RGB value is (193,66,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000010 10111110
Octal 301 102 276
Decimal 193 66 190
Hex C1 42 BE

RGB Percentages of Color #c142be

%42.98
%14.70
%42.32

CMYK Percentages of Color #c142be

%0
%66
%2
%24

Triadic Colors of #c142be

#c142be #bec142 #42bec1

Analogous Colors of #c142be

#c142be #c1427f #8542c1

Monochromatic Colors of #c142be

#c142be

Complementary Color

#c142be #42c145

#c142be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c142be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c142be Color CSS Codes

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

#c142be Text Font Color

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

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


#c142be Background Color

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

This div background color is #c142be


#c142be Border Color

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

This div border color is #c142be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c142be


Comments

No comments written yet.

Please login to write comment.