Color Hex Logo

#f389dc Color Hex

#F389DC
(243,137,220)
0 Favorites   0 Comments

Color spaces of #f389dc

RGB 243137220
HSL0.870.820.75
HSV313°44°95°
CMYK 0.000.440.09   0.05
XYZ58.826142.113372.7384
Yxy42.11330.33870.2425
Hunter Lab64.894848.2417-21.0299
CIE-Lab70.949051.3223-24.9241

#f389dc color RGB value is (243,137,220).

#f389dc hex color red value is 243, green value is 137 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f389dc hue: 0.87 , saturation: 0.82 and the lightness value of f389dc is 0.75.

The process color (four color CMYK) of #f389dc color hex is 0.00, 0.44, 0.09, 0.05. Web safe color of #f389dc is #ff99cc. Color #f389dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10001001 11011100
Octal 363 211 334
Decimal 243 137 220
Hex F3 89 DC

RGB Percentages of Color #f389dc

%40.50
%22.83
%36.67

CMYK Percentages of Color #f389dc

%0
%44
%9
%5

Triadic Colors of #f389dc

#f389dc #dcf389 #89dcf3

Analogous Colors of #f389dc

#f389dc #f389a7 #d589f3

Monochromatic Colors of #f389dc

#f389dc

Complementary Color

#f389dc #89f3a0

#f389dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f389dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f389dc Color CSS Codes

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

#f389dc Text Font Color

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

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


#f389dc Background Color

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

This div background color is #f389dc


#f389dc Border Color

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

This div border color is #f389dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,137,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 #f389dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f389dc


Comments

No comments written yet.

Please login to write comment.