Color Hex Logo

#f190ef Color Hex

#F190EF
(241,144,239)
0 Favorites   0 Comments

Color spaces of #f190ef

RGB 241144239
HSL0.840.780.75
HSV301°40°95°
CMYK 0.000.400.01   0.05
XYZ61.828944.879387.0652
Yxy44.87930.31910.2316
Hunter Lab66.992047.5069-30.1610
CIE-Lab72.812350.4207-32.5095

#f190ef color RGB value is (241,144,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010000 11101111
Octal 361 220 357
Decimal 241 144 239
Hex F1 90 EF

RGB Percentages of Color #f190ef

%38.62
%23.08
%38.30

CMYK Percentages of Color #f190ef

%0
%40
%1
%5

Triadic Colors of #f190ef

#f190ef #eff190 #90eff1

Analogous Colors of #f190ef

#f190ef #f190bf #c390f1

Monochromatic Colors of #f190ef

#f190ef

Complementary Color

#f190ef #90f192

#f190ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f190ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f190ef Color CSS Codes

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

#f190ef Text Font Color

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

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


#f190ef Background Color

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

This div background color is #f190ef


#f190ef Border Color

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

This div border color is #f190ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f190ef


Comments

No comments written yet.

Please login to write comment.