Color Hex Logo

#f397de Color Hex

#F397DE
(243,151,222)
0 Favorites   0 Comments

Color spaces of #f397de

RGB 243151222
HSL0.870.790.77
HSV314°38°95°
CMYK 0.000.380.09   0.05
XYZ61.213646.461874.8490
Yxy46.46180.33540.2546
Hunter Lab68.162941.0166-17.3917
CIE-Lab73.844244.5311-21.6073

#f397de color RGB value is (243,151,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010111 11011110
Octal 363 227 336
Decimal 243 151 222
Hex F3 97 DE

RGB Percentages of Color #f397de

%39.45
%24.51
%36.04

CMYK Percentages of Color #f397de

%0
%38
%9
%5

Triadic Colors of #f397de

#f397de #def397 #97def3

Analogous Colors of #f397de

#f397de #f397b0 #da97f3

Monochromatic Colors of #f397de

#f397de

Complementary Color

#f397de #97f3ac

#f397de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f397de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f397de Color CSS Codes

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

#f397de Text Font Color

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

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


#f397de Background Color

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

This div background color is #f397de


#f397de Border Color

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

This div border color is #f397de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f397de


Comments

No comments written yet.

Please login to write comment.