Color Hex Logo

#f378ec Color Hex

#F378EC
(243,120,236)
0 Favorites   0 Comments

Color spaces of #f378ec

RGB 243120236
HSL0.840.840.71
HSV303°51°95°
CMYK 0.000.510.03   0.05
XYZ58.818938.543883.6965
Yxy38.54380.32490.2129
Hunter Lab62.083760.4669-36.4718
CIE-Lab68.419562.2077-37.6577

#f378ec color RGB value is (243,120,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01111000 11101100
Octal 363 170 354
Decimal 243 120 236
Hex F3 78 EC

RGB Percentages of Color #f378ec

%40.57
%20.03
%39.40

CMYK Percentages of Color #f378ec

%0
%51
%3
%5

Triadic Colors of #f378ec

#f378ec #ecf378 #78ecf3

Analogous Colors of #f378ec

#f378ec #f378af #bd78f3

Monochromatic Colors of #f378ec

#f378ec

Complementary Color

#f378ec #78f37f

#f378ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f378ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f378ec Color CSS Codes

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

#f378ec Text Font Color

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

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


#f378ec Background Color

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

This div background color is #f378ec


#f378ec Border Color

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

This div border color is #f378ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f378ec


Comments

No comments written yet.

Please login to write comment.