Color Hex Logo

#f371da Color Hex

#F371DA
(243,113,218)
0 Favorites   0 Comments

Color spaces of #f371da

RGB 243113218
HSL0.870.840.70
HSV312°53°95°
CMYK 0.000.530.10   0.05
XYZ55.522235.926970.3379
Yxy35.92690.34320.2221
Hunter Lab59.939160.4532-27.6189
CIE-Lab66.464062.5225-30.7119

#f371da color RGB value is (243,113,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110001 11011010
Octal 363 161 332
Decimal 243 113 218
Hex F3 71 DA

RGB Percentages of Color #f371da

%42.33
%19.69
%37.98

CMYK Percentages of Color #f371da

%0
%53
%10
%5

Triadic Colors of #f371da

#f371da #daf371 #71daf3

Analogous Colors of #f371da

#f371da #f37199 #cb71f3

Monochromatic Colors of #f371da

#f371da

Complementary Color

#f371da #71f38a

#f371da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f371da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f371da Color CSS Codes

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

#f371da Text Font Color

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

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


#f371da Background Color

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

This div background color is #f371da


#f371da Border Color

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

This div border color is #f371da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f371da


Comments

No comments written yet.

Please login to write comment.