Color Hex Logo

#f379dc Color Hex

#F379DC
(243,121,220)
0 Favorites   0 Comments

Color spaces of #f379dc

RGB 243121220
HSL0.860.840.71
HSV311°50°95°
CMYK 0.000.500.09   0.05
XYZ56.717837.896772.0356
Yxy37.89670.34030.2274
Hunter Lab61.560356.7282-26.2868
CIE-Lab67.944459.1205-29.5395

#f379dc color RGB value is (243,121,220).

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

The process color (four color CMYK) of #f379dc color hex is 0.00, 0.50, 0.09, 0.05. Web safe color of #f379dc is #ff66cc. Color #f379dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01111001 11011100
Octal 363 171 334
Decimal 243 121 220
Hex F3 79 DC

RGB Percentages of Color #f379dc

%41.61
%20.72
%37.67

CMYK Percentages of Color #f379dc

%0
%50
%9
%5

Triadic Colors of #f379dc

#f379dc #dcf379 #79dcf3

Analogous Colors of #f379dc

#f379dc #f3799f #cd79f3

Monochromatic Colors of #f379dc

#f379dc

Complementary Color

#f379dc #79f390

#f379dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f379dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f379dc Color CSS Codes

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

#f379dc Text Font Color

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

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


#f379dc Background Color

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

This div background color is #f379dc


#f379dc Border Color

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

This div border color is #f379dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f379dc


Comments

No comments written yet.

Please login to write comment.