Color Hex Logo

#f379eb Color Hex

#F379EB
(243,121,235)
0 Favorites   0 Comments

Color spaces of #f379eb

RGB 243121235
HSL0.840.840.71
HSV304°50°95°
CMYK 0.000.500.03   0.05
XYZ58.794938.727682.9736
Yxy38.72760.32570.2146
Hunter Lab62.231559.7376-35.4896
CIE-Lab68.553561.5723-36.8977

#f379eb color RGB value is (243,121,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01111001 11101011
Octal 363 171 353
Decimal 243 121 235
Hex F3 79 EB

RGB Percentages of Color #f379eb

%40.57
%20.20
%39.23

CMYK Percentages of Color #f379eb

%0
%50
%3
%5

Triadic Colors of #f379eb

#f379eb #ebf379 #79ebf3

Analogous Colors of #f379eb

#f379eb #f379ae #be79f3

Monochromatic Colors of #f379eb

#f379eb

Complementary Color

#f379eb #79f381

#f379eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f379eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f379eb Color CSS Codes

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

#f379eb Text Font Color

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

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


#f379eb Background Color

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

This div background color is #f379eb


#f379eb Border Color

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

This div border color is #f379eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f379eb


Comments

No comments written yet.

Please login to write comment.