Color Hex Logo

#f19efd Color Hex

#F19EFD
(241,158,253)
0 Favorites   0 Comments

Color spaces of #f19efd

RGB 241158253
HSL0.810.960.81
HSV292°38°99°
CMYK 0.050.380.00   0.01
XYZ66.232150.246399.1362
Yxy50.24630.30720.2330
Hunter Lab70.884642.7360-33.3012
CIE-Lab76.220245.7811-34.8444

#f19efd color RGB value is (241,158,253).

#f19efd hex color red value is 241, green value is 158 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f19efd hue: 0.81 , saturation: 0.96 and the lightness value of f19efd is 0.81.

The process color (four color CMYK) of #f19efd color hex is 0.05, 0.38, 0.00, 0.01. Web safe color of #f19efd is #ff99ff. Color #f19efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011110 11111101
Octal 361 236 375
Decimal 241 158 253
Hex F1 9E FD

RGB Percentages of Color #f19efd

%36.96
%24.23
%38.80

CMYK Percentages of Color #f19efd

%5
%38
%0
%1

Triadic Colors of #f19efd

#f19efd #fdf19e #9efdf1

Analogous Colors of #f19efd

#f19efd #fd9eda #c29efd

Monochromatic Colors of #f19efd

#f19efd

Complementary Color

#f19efd #aafd9e

#f19efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19efd Color CSS Codes

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

#f19efd Text Font Color

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

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


#f19efd Background Color

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

This div background color is #f19efd


#f19efd Border Color

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

This div border color is #f19efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19efd

Related Colors


Comments

No comments written yet.

Please login to write comment.