Color Hex Logo

#c139fe Color Hex

#C139FE
(193,57,254)
0 Favorites   0 Comments

Color spaces of #c139fe

RGB 19357254
HSL0.780.990.61
HSV281°78°100°
CMYK 0.240.780.00   0.00
XYZ41.344821.419595.7212
Yxy21.41950.26090.1352
Hunter Lab46.281278.4689-90.2298
CIE-Lab53.405679.6853-71.9281

#c139fe color RGB value is (193,57,254).

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

The process color (four color CMYK) of #c139fe color hex is 0.24, 0.78, 0.00, 0.00. Web safe color of #c139fe is #cc33ff. Color #c139fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111001 11111110
Octal 301 71 376
Decimal 193 57 254
Hex C1 39 FE

RGB Percentages of Color #c139fe

%38.29
%11.31
%50.40

CMYK Percentages of Color #c139fe

%24
%78
%0
%0

Triadic Colors of #c139fe

#c139fe #fec139 #39fec1

Analogous Colors of #c139fe

#c139fe #fe39d9 #5f39fe

Monochromatic Colors of #c139fe

#c139fe

Complementary Color

#c139fe #76fe39

#c139fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c139fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c139fe Color CSS Codes

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

#c139fe Text Font Color

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

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


#c139fe Background Color

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

This div background color is #c139fe


#c139fe Border Color

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

This div border color is #c139fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c139fe

Related Colors


Comments

No comments written yet.

Please login to write comment.