Color Hex Logo

#f027da Color Hex

#F027DA
(240,39,218)
0 Favorites   0 Comments

Color spaces of #f027da

RGB 24039218
HSL0.850.870.55
HSV307°84°94°
CMYK 0.000.840.09   0.06
XYZ49.315625.038368.5633
Yxy25.03830.34510.1752
Hunter Lab50.038388.3550-46.2134
CIE-Lab57.112786.6362-45.3685

#f027da color RGB value is (240,39,218).

#f027da hex color red value is 240, green value is 39 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f027da hue: 0.85 , saturation: 0.87 and the lightness value of f027da is 0.55.

The process color (four color CMYK) of #f027da color hex is 0.00, 0.84, 0.09, 0.06. Web safe color of #f027da is #ff33cc. Color #f027da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100111 11011010
Octal 360 47 332
Decimal 240 39 218
Hex F0 27 DA

RGB Percentages of Color #f027da

%48.29
%7.85
%43.86

CMYK Percentages of Color #f027da

%0
%84
%9
%6

Triadic Colors of #f027da

#f027da #daf027 #27daf0

Analogous Colors of #f027da

#f027da #f02776 #a227f0

Monochromatic Colors of #f027da

#f027da

Complementary Color

#f027da #27f03d

#f027da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f027da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f027da Color CSS Codes

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

#f027da Text Font Color

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

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


#f027da Background Color

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

This div background color is #f027da


#f027da Border Color

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

This div border color is #f027da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f027da


Comments

No comments written yet.

Please login to write comment.