Color Hex Logo

#c139fc Color Hex

#C139FC
(193,57,252)
0 Favorites   0 Comments

Color spaces of #c139fc

RGB 19357252
HSL0.780.970.61
HSV282°77°99°
CMYK 0.230.770.00   0.01
XYZ41.026121.292094.0429
Yxy21.29200.26240.1362
Hunter Lab46.143377.9542-88.5365
CIE-Lab53.267679.3041-71.0396

#c139fc color RGB value is (193,57,252).

#c139fc hex color red value is 193, green value is 57 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c139fc hue: 0.78 , saturation: 0.97 and the lightness value of c139fc is 0.61.

The process color (four color CMYK) of #c139fc color hex is 0.23, 0.77, 0.00, 0.01. Web safe color of #c139fc is #cc33ff. Color #c139fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111001 11111100
Octal 301 71 374
Decimal 193 57 252
Hex C1 39 FC

RGB Percentages of Color #c139fc

%38.45
%11.35
%50.20

CMYK Percentages of Color #c139fc

%23
%77
%0
%1

Triadic Colors of #c139fc

#c139fc #fcc139 #39fcc1

Analogous Colors of #c139fc

#c139fc #fc39d6 #6039fc

Monochromatic Colors of #c139fc

#c139fc

Complementary Color

#c139fc #74fc39

#c139fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c139fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c139fc Color CSS Codes

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

#c139fc Text Font Color

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

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


#c139fc Background Color

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

This div background color is #c139fc


#c139fc Border Color

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

This div border color is #c139fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c139fc


Comments

No comments written yet.

Please login to write comment.