Color Hex Logo

#f190eb Color Hex

#F190EB
(241,144,235)
0 Favorites   0 Comments

Color spaces of #f190eb

RGB 241144235
HSL0.840.780.75
HSV304°40°95°
CMYK 0.000.400.02   0.05
XYZ61.244344.645483.9868
Yxy44.64540.32250.2351
Hunter Lab66.817246.6820-27.7533
CIE-Lab72.657849.7171-30.5619

#f190eb color RGB value is (241,144,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010000 11101011
Octal 361 220 353
Decimal 241 144 235
Hex F1 90 EB

RGB Percentages of Color #f190eb

%38.87
%23.23
%37.90

CMYK Percentages of Color #f190eb

%0
%40
%2
%5

Triadic Colors of #f190eb

#f190eb #ebf190 #90ebf1

Analogous Colors of #f190eb

#f190eb #f190bb #c790f1

Monochromatic Colors of #f190eb

#f190eb

Complementary Color

#f190eb #90f196

#f190eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f190eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f190eb Color CSS Codes

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

#f190eb Text Font Color

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

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


#f190eb Background Color

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

This div background color is #f190eb


#f190eb Border Color

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

This div border color is #f190eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f190eb


Comments

No comments written yet.

Please login to write comment.