Color Hex Logo

#c142ec Color Hex

#C142EC
(193,66,236)
0 Favorites   0 Comments

Color spaces of #c142ec

RGB 19366236
HSL0.790.820.59
HSV285°72°93°
CMYK 0.180.720.00   0.07
XYZ39.080921.290081.4065
Yxy21.29000.27560.1502
Hunter Lab46.141170.4403-72.3063
CIE-Lab53.265473.2444-62.0990

#c142ec color RGB value is (193,66,236).

#c142ec hex color red value is 193, green value is 66 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c142ec hue: 0.79 , saturation: 0.82 and the lightness value of c142ec is 0.59.

The process color (four color CMYK) of #c142ec color hex is 0.18, 0.72, 0.00, 0.07. Web safe color of #c142ec is #cc33ff. Color #c142ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01000010 11101100
Octal 301 102 354
Decimal 193 66 236
Hex C1 42 EC

RGB Percentages of Color #c142ec

%38.99
%13.33
%47.68

CMYK Percentages of Color #c142ec

%18
%72
%0
%7

Triadic Colors of #c142ec

#c142ec #ecc142 #42ecc1

Analogous Colors of #c142ec

#c142ec #ec42c2 #6c42ec

Monochromatic Colors of #c142ec

#c142ec

Complementary Color

#c142ec #6dec42

#c142ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c142ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c142ec Color CSS Codes

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

#c142ec Text Font Color

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

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


#c142ec Background Color

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

This div background color is #c142ec


#c142ec Border Color

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

This div border color is #c142ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c142ec


Comments

No comments written yet.

Please login to write comment.