Color Hex Logo

#f3aafd Color Hex

#F3AAFD
(243,170,253)
0 Favorites   0 Comments

Color spaces of #f3aafd

RGB 243170253
HSL0.810.950.83
HSV293°33°99°
CMYK 0.040.330.00   0.01
XYZ69.066554.896099.8843
Yxy54.89600.30850.2452
Hunter Lab74.091836.7324-28.0654
CIE-Lab78.981340.1150-30.5702

#f3aafd color RGB value is (243,170,253).

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

The process color (four color CMYK) of #f3aafd color hex is 0.04, 0.33, 0.00, 0.01. Web safe color of #f3aafd is #ff99ff. Color #f3aafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10101010 11111101
Octal 363 252 375
Decimal 243 170 253
Hex F3 AA FD

RGB Percentages of Color #f3aafd

%36.49
%25.53
%37.99

CMYK Percentages of Color #f3aafd

%4
%33
%0
%1

Triadic Colors of #f3aafd

#f3aafd #fdf3aa #aafdf3

Analogous Colors of #f3aafd

#f3aafd #fdaade #caaafd

Monochromatic Colors of #f3aafd

#f3aafd

Complementary Color

#f3aafd #b4fdaa

#f3aafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3aafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3aafd Color CSS Codes

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

#f3aafd Text Font Color

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

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


#f3aafd Background Color

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

This div background color is #f3aafd


#f3aafd Border Color

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

This div border color is #f3aafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3aafd

Related Colors


Comments

No comments written yet.

Please login to write comment.