Color Hex Logo

#f1aefd Color Hex

#F1AEFD
(241,174,253)
0 Favorites   0 Comments

Color spaces of #f1aefd

RGB 241174253
HSL0.810.950.84
HSV291°31°99°
CMYK 0.050.310.00   0.01
XYZ69.141356.0647100.1059
Yxy56.06470.30690.2488
Hunter Lab74.876433.7944-26.8543
CIE-Lab79.650637.3923-29.5599

#f1aefd color RGB value is (241,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10101110 11111101
Octal 361 256 375
Decimal 241 174 253
Hex F1 AE FD

RGB Percentages of Color #f1aefd

%36.08
%26.05
%37.87

CMYK Percentages of Color #f1aefd

%5
%31
%0
%1

Triadic Colors of #f1aefd

#f1aefd #fdf1ae #aefdf1

Analogous Colors of #f1aefd

#f1aefd #fdaee2 #caaefd

Monochromatic Colors of #f1aefd

#f1aefd

Complementary Color

#f1aefd #bafdae

#f1aefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1aefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1aefd Color CSS Codes

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

#f1aefd Text Font Color

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

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


#f1aefd Background Color

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

This div background color is #f1aefd


#f1aefd Border Color

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

This div border color is #f1aefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1aefd

Related Colors


Comments

No comments written yet.

Please login to write comment.