Color Hex Logo

#f027be Color Hex

#F027BE
(240,39,190)
0 Favorites   0 Comments

Color spaces of #f027be

RGB 24039190
HSL0.870.870.55
HSV315°84°94°
CMYK 0.000.840.21   0.06
XYZ45.955023.694050.8665
Yxy23.69400.38130.1966
Hunter Lab48.676583.3363-27.8840
CIE-Lab55.780183.0383-31.4277

#f027be color RGB value is (240,39,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00100111 10111110
Octal 360 47 276
Decimal 240 39 190
Hex F0 27 BE

RGB Percentages of Color #f027be

%51.17
%8.32
%40.51

CMYK Percentages of Color #f027be

%0
%84
%21
%6

Triadic Colors of #f027be

#f027be #bef027 #27bef0

Analogous Colors of #f027be

#f027be #f02759 #be27f0

Monochromatic Colors of #f027be

#f027be

Complementary Color

#f027be #27f059

#f027be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f027be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f027be Color CSS Codes

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

#f027be Text Font Color

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

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


#f027be Background Color

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

This div background color is #f027be


#f027be Border Color

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

This div border color is #f027be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,39,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f027be


Comments

No comments written yet.

Please login to write comment.