Color Hex Logo

#f3a1da Color Hex

#F3A1DA
(243,161,218)
0 Favorites   0 Comments

Color spaces of #f3a1da

RGB 243161218
HSL0.880.770.79
HSV318°34°95°
CMYK 0.000.340.10   0.05
XYZ62.361949.606472.6178
Yxy49.60640.33780.2687
Hunter Lab70.431834.7922-11.8279
CIE-Lab75.827038.6677-16.4170

#f3a1da color RGB value is (243,161,218).

#f3a1da hex color red value is 243, green value is 161 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f3a1da hue: 0.88 , saturation: 0.77 and the lightness value of f3a1da is 0.79.

The process color (four color CMYK) of #f3a1da color hex is 0.00, 0.34, 0.10, 0.05. Web safe color of #f3a1da is #ff99cc. Color #f3a1da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10100001 11011010
Octal 363 241 332
Decimal 243 161 218
Hex F3 A1 DA

RGB Percentages of Color #f3a1da

%39.07
%25.88
%35.05

CMYK Percentages of Color #f3a1da

%0
%34
%10
%5

Triadic Colors of #f3a1da

#f3a1da #daf3a1 #a1daf3

Analogous Colors of #f3a1da

#f3a1da #f3a1b1 #e3a1f3

Monochromatic Colors of #f3a1da

#f3a1da

Complementary Color

#f3a1da #a1f3ba

#f3a1da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3a1da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3a1da Color CSS Codes

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

#f3a1da Text Font Color

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

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


#f3a1da Background Color

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

This div background color is #f3a1da


#f3a1da Border Color

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

This div border color is #f3a1da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,161,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3a1da


Comments

No comments written yet.

Please login to write comment.