Color Hex Logo

#f3a0eb Color Hex

#F3A0EB
(243,160,235)
0 Favorites   0 Comments

Color spaces of #f3a0eb

RGB 243160235
HSL0.850.780.79
HSV306°34°95°
CMYK 0.000.340.03   0.05
XYZ64.528450.194584.8847
Yxy50.19450.32330.2515
Hunter Lab70.848138.5936-21.4431
CIE-Lab76.188542.0838-25.1258

#f3a0eb color RGB value is (243,160,235).

#f3a0eb hex color red value is 243, green value is 160 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f3a0eb hue: 0.85 , saturation: 0.78 and the lightness value of f3a0eb is 0.79.

The process color (four color CMYK) of #f3a0eb color hex is 0.00, 0.34, 0.03, 0.05. Web safe color of #f3a0eb is #ff99ff. Color #f3a0eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10100000 11101011
Octal 363 240 353
Decimal 243 160 235
Hex F3 A0 EB

RGB Percentages of Color #f3a0eb

%38.09
%25.08
%36.83

CMYK Percentages of Color #f3a0eb

%0
%34
%3
%5

Triadic Colors of #f3a0eb

#f3a0eb #ebf3a0 #a0ebf3

Analogous Colors of #f3a0eb

#f3a0eb #f3a0c2 #d2a0f3

Monochromatic Colors of #f3a0eb

#f3a0eb

Complementary Color

#f3a0eb #a0f3a8

#f3a0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3a0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3a0eb Color CSS Codes

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

#f3a0eb Text Font Color

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

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


#f3a0eb Background Color

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

This div background color is #f3a0eb


#f3a0eb Border Color

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

This div border color is #f3a0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3a0eb


Comments

No comments written yet.

Please login to write comment.