Color Hex Logo

#f398dd Color Hex

#F398DD
(243,152,221)
0 Favorites   0 Comments

Color spaces of #f398dd

RGB 243152221
HSL0.870.790.77
HSV315°37°95°
CMYK 0.000.370.09   0.05
XYZ61.241546.731674.1989
Yxy46.73160.33620.2565
Hunter Lab68.360540.2802-16.5013
CIE-Lab74.017843.8486-20.7955

#f398dd color RGB value is (243,152,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10011000 11011101
Octal 363 230 335
Decimal 243 152 221
Hex F3 98 DD

RGB Percentages of Color #f398dd

%39.45
%24.68
%35.88

CMYK Percentages of Color #f398dd

%0
%37
%9
%5

Triadic Colors of #f398dd

#f398dd #ddf398 #98ddf3

Analogous Colors of #f398dd

#f398dd #f398b0 #dc98f3

Monochromatic Colors of #f398dd

#f398dd

Complementary Color

#f398dd #98f3ae

#f398dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f398dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f398dd Color CSS Codes

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

#f398dd Text Font Color

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

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


#f398dd Background Color

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

This div background color is #f398dd


#f398dd Border Color

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

This div border color is #f398dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f398dd


Comments

No comments written yet.

Please login to write comment.