Color Hex Logo

#f38fdd Color Hex

#F38FDD
(243,143,221)
0 Favorites   0 Comments

Color spaces of #f38fdd

RGB 243143221
HSL0.870.810.76
HSV313°41°95°
CMYK 0.000.410.09   0.05
XYZ59.835843.920173.7303
Yxy43.92010.33710.2475
Hunter Lab66.272245.1874-19.5717
CIE-Lab72.175148.4615-23.6013

#f38fdd color RGB value is (243,143,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10001111 11011101
Octal 363 217 335
Decimal 243 143 221
Hex F3 8F DD

RGB Percentages of Color #f38fdd

%40.03
%23.56
%36.41

CMYK Percentages of Color #f38fdd

%0
%41
%9
%5

Triadic Colors of #f38fdd

#f38fdd #ddf38f #8fddf3

Analogous Colors of #f38fdd

#f38fdd #f38fab #d78ff3

Monochromatic Colors of #f38fdd

#f38fdd

Complementary Color

#f38fdd #8ff3a5

#f38fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f38fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f38fdd Color CSS Codes

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

#f38fdd Text Font Color

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

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


#f38fdd Background Color

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

This div background color is #f38fdd


#f38fdd Border Color

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

This div border color is #f38fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f38fdd


Comments

No comments written yet.

Please login to write comment.