Color Hex Logo

#c119fe Color Hex

#C119FE
(193,25,254)
0 Favorites   0 Comments

Color spaces of #c119fe

RGB 19325254
HSL0.790.990.55
HSV284°90°100°
CMYK 0.240.900.00   0.00
XYZ40.229319.188595.3494
Yxy19.18850.25990.1240
Hunter Lab43.804787.2725-98.3929
CIE-Lab50.907087.0167-75.9876

#c119fe color RGB value is (193,25,254).

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

The process color (four color CMYK) of #c119fe color hex is 0.24, 0.90, 0.00, 0.00. Web safe color of #c119fe is #cc00ff. Color #c119fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011001 11111110
Octal 301 31 376
Decimal 193 25 254
Hex C1 19 FE

RGB Percentages of Color #c119fe

%40.89
%5.30
%53.81

CMYK Percentages of Color #c119fe

%24
%90
%0
%0

Triadic Colors of #c119fe

#c119fe #fec119 #19fec1

Analogous Colors of #c119fe

#c119fe #fe19c9 #4e19fe

Monochromatic Colors of #c119fe

#c119fe

Complementary Color

#c119fe #56fe19

#c119fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c119fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c119fe Color CSS Codes

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

#c119fe Text Font Color

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

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


#c119fe Background Color

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

This div background color is #c119fe


#c119fe Border Color

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

This div border color is #c119fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c119fe


Comments

No comments written yet.

Please login to write comment.