Color Hex Logo

#f378ed Color Hex

#F378ED
(243,120,237)
0 Favorites   0 Comments

Color spaces of #f378ed

RGB 243120237
HSL0.840.840.71
HSV303°51°95°
CMYK 0.000.510.02   0.05
XYZ58.964738.602184.4639
Yxy38.60210.32390.2121
Hunter Lab62.130660.6759-37.1108
CIE-Lab68.462162.3761-38.1426

#f378ed color RGB value is (243,120,237).

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

The process color (four color CMYK) of #f378ed color hex is 0.00, 0.51, 0.02, 0.05. Web safe color of #f378ed is #ff66ff. Color #f378ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01111000 11101101
Octal 363 170 355
Decimal 243 120 237
Hex F3 78 ED

RGB Percentages of Color #f378ed

%40.50
%20.00
%39.50

CMYK Percentages of Color #f378ed

%0
%51
%2
%5

Triadic Colors of #f378ed

#f378ed #edf378 #78edf3

Analogous Colors of #f378ed

#f378ed #f378b0 #bc78f3

Monochromatic Colors of #f378ed

#f378ed

Complementary Color

#f378ed #78f37e

#f378ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f378ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f378ed Color CSS Codes

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

#f378ed Text Font Color

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

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


#f378ed Background Color

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

This div background color is #f378ed


#f378ed Border Color

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

This div border color is #f378ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f378ed


Comments

No comments written yet.

Please login to write comment.