Color Hex Logo

#f38fda Color Hex

#F38FDA
(243,143,218)
0 Favorites   0 Comments

Color spaces of #f38fda

RGB 243143218
HSL0.880.810.76
HSV315°41°95°
CMYK 0.000.410.10   0.05
XYZ59.439543.761671.6437
Yxy43.76160.34000.2503
Hunter Lab66.152644.6192-17.9047
CIE-Lab72.068947.9711-22.1118

#f38fda color RGB value is (243,143,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10001111 11011010
Octal 363 217 332
Decimal 243 143 218
Hex F3 8F DA

RGB Percentages of Color #f38fda

%40.23
%23.68
%36.09

CMYK Percentages of Color #f38fda

%0
%41
%10
%5

Triadic Colors of #f38fda

#f38fda #daf38f #8fdaf3

Analogous Colors of #f38fda

#f38fda #f38fa8 #da8ff3

Monochromatic Colors of #f38fda

#f38fda

Complementary Color

#f38fda #8ff3a8

#f38fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f38fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f38fda Color CSS Codes

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

#f38fda Text Font Color

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

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


#f38fda Background Color

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

This div background color is #f38fda


#f38fda Border Color

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

This div border color is #f38fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f38fda


Comments

No comments written yet.

Please login to write comment.