Color Hex Logo

#f378da Color Hex

#F378DA
(243,120,218)
0 Favorites   0 Comments

Color spaces of #f378da

RGB 243120218
HSL0.870.840.71
HSV312°51°95°
CMYK 0.000.510.10   0.05
XYZ56.333537.549670.6084
Yxy37.54960.34250.2283
Hunter Lab61.277756.8616-25.4236
CIE-Lab67.687359.2756-28.8241

#f378da color RGB value is (243,120,218).

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

The process color (four color CMYK) of #f378da color hex is 0.00, 0.51, 0.10, 0.05. Web safe color of #f378da is #ff66cc. Color #f378da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01111000 11011010
Octal 363 170 332
Decimal 243 120 218
Hex F3 78 DA

RGB Percentages of Color #f378da

%41.82
%20.65
%37.52

CMYK Percentages of Color #f378da

%0
%51
%10
%5

Triadic Colors of #f378da

#f378da #daf378 #78daf3

Analogous Colors of #f378da

#f378da #f3789d #cf78f3

Monochromatic Colors of #f378da

#f378da

Complementary Color

#f378da #78f391

#f378da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f378da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f378da Color CSS Codes

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

#f378da Text Font Color

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

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


#f378da Background Color

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

This div background color is #f378da


#f378da Border Color

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

This div border color is #f378da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f378da


Comments

No comments written yet.

Please login to write comment.