Color Hex Logo

#f390da Color Hex

#F390DA
(243,144,218)
0 Favorites   0 Comments

Color spaces of #f390da

RGB 243144218
HSL0.880.800.76
HSV315°41°95°
CMYK 0.000.410.10   0.05
XYZ59.590344.063271.6940
Yxy44.06320.33980.2513
Hunter Lab66.380144.0766-17.5702
CIE-Lab72.270747.4623-21.8044

#f390da color RGB value is (243,144,218).

#f390da hex color red value is 243, green value is 144 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f390da hue: 0.88 , saturation: 0.80 and the lightness value of f390da is 0.76.

The process color (four color CMYK) of #f390da color hex is 0.00, 0.41, 0.10, 0.05. Web safe color of #f390da is #ff99cc. Color #f390da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010000 11011010
Octal 363 220 332
Decimal 243 144 218
Hex F3 90 DA

RGB Percentages of Color #f390da

%40.17
%23.80
%36.03

CMYK Percentages of Color #f390da

%0
%41
%10
%5

Triadic Colors of #f390da

#f390da #daf390 #90daf3

Analogous Colors of #f390da

#f390da #f390a9 #db90f3

Monochromatic Colors of #f390da

#f390da

Complementary Color

#f390da #90f3a9

#f390da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f390da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f390da Color CSS Codes

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

#f390da Text Font Color

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

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


#f390da Background Color

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

This div background color is #f390da


#f390da Border Color

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

This div border color is #f390da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f390da


Comments

No comments written yet.

Please login to write comment.