Color Hex Logo

#f378df Color Hex

#F378DF
(243,120,223)
0 Favorites   0 Comments

Color spaces of #f378df

RGB 243120223
HSL0.860.840.71
HSV310°51°95°
CMYK 0.000.510.08   0.05
XYZ56.997937.815374.1070
Yxy37.81530.33740.2239
Hunter Lab61.494157.8339-28.4049
CIE-Lab67.884360.0715-31.2978

#f378df color RGB value is (243,120,223).

#f378df hex color red value is 243, green value is 120 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f378df hue: 0.86 , saturation: 0.84 and the lightness value of f378df is 0.71.

The process color (four color CMYK) of #f378df color hex is 0.00, 0.51, 0.08, 0.05. Web safe color of #f378df is #ff66cc. Color #f378df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01111000 11011111
Octal 363 170 337
Decimal 243 120 223
Hex F3 78 DF

RGB Percentages of Color #f378df

%41.47
%20.48
%38.05

CMYK Percentages of Color #f378df

%0
%51
%8
%5

Triadic Colors of #f378df

#f378df #dff378 #78dff3

Analogous Colors of #f378df

#f378df #f378a2 #ca78f3

Monochromatic Colors of #f378df

#f378df

Complementary Color

#f378df #78f38c

#f378df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f378df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f378df Color CSS Codes

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

#f378df Text Font Color

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

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


#f378df Background Color

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

This div background color is #f378df


#f378df Border Color

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

This div border color is #f378df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f378df


Comments

No comments written yet.

Please login to write comment.