Color Hex Logo

#f397dd Color Hex

#F397DD
(243,151,221)
0 Favorites   0 Comments

Color spaces of #f397dd

RGB 243151221
HSL0.870.790.77
HSV314°38°95°
CMYK 0.000.380.09   0.05
XYZ61.079946.408474.1451
Yxy46.40840.33630.2555
Hunter Lab68.123740.8271-16.8440
CIE-Lab73.809844.3650-21.1116

#f397dd color RGB value is (243,151,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010111 11011101
Octal 363 227 335
Decimal 243 151 221
Hex F3 97 DD

RGB Percentages of Color #f397dd

%39.51
%24.55
%35.93

CMYK Percentages of Color #f397dd

%0
%38
%9
%5

Triadic Colors of #f397dd

#f397dd #ddf397 #97ddf3

Analogous Colors of #f397dd

#f397dd #f397af #db97f3

Monochromatic Colors of #f397dd

#f397dd

Complementary Color

#f397dd #97f3ad

#f397dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f397dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f397dd Color CSS Codes

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

#f397dd Text Font Color

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

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


#f397dd Background Color

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

This div background color is #f397dd


#f397dd Border Color

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

This div border color is #f397dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f397dd


Comments

No comments written yet.

Please login to write comment.