Color Hex Logo

#f378ef Color Hex

#F378EF
(243,120,239)
0 Favorites   0 Comments

Color spaces of #f378ef

RGB 243120239
HSL0.840.840.71
HSV302°51°95°
CMYK 0.000.510.02   0.05
XYZ59.258638.719686.0117
Yxy38.71960.32210.2104
Hunter Lab62.225161.0964-38.3971
CIE-Lab68.547762.7144-39.1107

#f378ef color RGB value is (243,120,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01111000 11101111
Octal 363 170 357
Decimal 243 120 239
Hex F3 78 EF

RGB Percentages of Color #f378ef

%40.37
%19.93
%39.70

CMYK Percentages of Color #f378ef

%0
%51
%2
%5

Triadic Colors of #f378ef

#f378ef #eff378 #78eff3

Analogous Colors of #f378ef

#f378ef #f378b2 #ba78f3

Monochromatic Colors of #f378ef

#f378ef

Complementary Color

#f378ef #78f37c

#f378ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f378ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f378ef Color CSS Codes

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

#f378ef Text Font Color

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

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


#f378ef Background Color

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

This div background color is #f378ef


#f378ef Border Color

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

This div border color is #f378ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f378ef

Related Colors


Comments

No comments written yet.

Please login to write comment.