Color Hex Logo

#f193ef Color Hex

#F193EF
(241,147,239)
0 Favorites   0 Comments

Color spaces of #f193ef

RGB 241147239
HSL0.840.770.76
HSV301°39°95°
CMYK 0.000.390.01   0.05
XYZ62.289345.800287.2187
Yxy45.80020.31890.2345
Hunter Lab67.675845.8599-29.0382
CIE-Lab73.415748.8927-31.5783

#f193ef color RGB value is (241,147,239).

#f193ef hex color red value is 241, green value is 147 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f193ef hue: 0.84 , saturation: 0.77 and the lightness value of f193ef is 0.76.

The process color (four color CMYK) of #f193ef color hex is 0.00, 0.39, 0.01, 0.05. Web safe color of #f193ef is #ff99ff. Color #f193ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010011 11101111
Octal 361 223 357
Decimal 241 147 239
Hex F1 93 EF

RGB Percentages of Color #f193ef

%38.44
%23.44
%38.12

CMYK Percentages of Color #f193ef

%0
%39
%1
%5

Triadic Colors of #f193ef

#f193ef #eff193 #93eff1

Analogous Colors of #f193ef

#f193ef #f193c0 #c493f1

Monochromatic Colors of #f193ef

#f193ef

Complementary Color

#f193ef #93f195

#f193ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f193ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f193ef Color CSS Codes

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

#f193ef Text Font Color

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

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


#f193ef Background Color

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

This div background color is #f193ef


#f193ef Border Color

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

This div border color is #f193ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,147,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f193ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f193ef;
  -webkit-box-shadow: 1px 1px 3px 2px #f193ef;
  box-shadow:         1px 1px 3px 2px #f193ef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,147,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f193ef


Comments

No comments written yet.

Please login to write comment.