Color Hex Logo

#f394dc Color Hex

#F394DC
(243,148,220)
0 Favorites   0 Comments

Color spaces of #f394dc

RGB 243148220
HSL0.870.800.77
HSV315°39°95°
CMYK 0.000.390.09   0.05
XYZ60.470345.401873.2864
Yxy45.40180.33750.2534
Hunter Lab67.380942.2766-17.3198
CIE-Lab73.155745.7440-21.5574

#f394dc color RGB value is (243,148,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010100 11011100
Octal 363 224 334
Decimal 243 148 220
Hex F3 94 DC

RGB Percentages of Color #f394dc

%39.77
%24.22
%36.01

CMYK Percentages of Color #f394dc

%0
%39
%9
%5

Triadic Colors of #f394dc

#f394dc #dcf394 #94dcf3

Analogous Colors of #f394dc

#f394dc #f394ad #db94f3

Monochromatic Colors of #f394dc

#f394dc

Complementary Color

#f394dc #94f3ab

#f394dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f394dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f394dc Color CSS Codes

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

#f394dc Text Font Color

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

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


#f394dc Background Color

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

This div background color is #f394dc


#f394dc Border Color

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

This div border color is #f394dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f394dc


Comments

No comments written yet.

Please login to write comment.