Color Hex Logo

#f396da Color Hex

#F396DA
(243,150,218)
0 Favorites   0 Comments

Color spaces of #f396da

RGB 243150218
HSL0.880.790.77
HSV316°38°95°
CMYK 0.000.380.10   0.05
XYZ60.523445.929372.0050
Yxy45.92930.33910.2574
Hunter Lab67.771240.8109-15.5542
CIE-Lab73.499644.3873-19.9368

#f396da color RGB value is (243,150,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010110 11011010
Octal 363 226 332
Decimal 243 150 218
Hex F3 96 DA

RGB Percentages of Color #f396da

%39.77
%24.55
%35.68

CMYK Percentages of Color #f396da

%0
%38
%10
%5

Triadic Colors of #f396da

#f396da #daf396 #96daf3

Analogous Colors of #f396da

#f396da #f396ac #de96f3

Monochromatic Colors of #f396da

#f396da

Complementary Color

#f396da #96f3af

#f396da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f396da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f396da Color CSS Codes

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

#f396da Text Font Color

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

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


#f396da Background Color

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

This div background color is #f396da


#f396da Border Color

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

This div border color is #f396da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f396da


Comments

No comments written yet.

Please login to write comment.