Color Hex Logo

#f293be Color Hex

#F293BE
(242,147,190)
0 Favorites   0 Comments

Color spaces of #f293be

RGB 242147190
HSL0.920.790.76
HSV333°39°95°
CMYK 0.000.390.21   0.05
XYZ56.345943.462454.1345
Yxy43.46240.36600.2823
Hunter Lab65.926037.1905-2.5372
CIE-Lab71.867741.2877-6.9451

#f293be color RGB value is (242,147,190).

#f293be hex color red value is 242, green value is 147 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f293be hue: 0.92 , saturation: 0.79 and the lightness value of f293be is 0.76.

The process color (four color CMYK) of #f293be color hex is 0.00, 0.39, 0.21, 0.05. Web safe color of #f293be is #ff99cc. Color #f293be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010011 10111110
Octal 362 223 276
Decimal 242 147 190
Hex F2 93 BE

RGB Percentages of Color #f293be

%41.80
%25.39
%32.82

CMYK Percentages of Color #f293be

%0
%39
%21
%5

Triadic Colors of #f293be

#f293be #bef293 #93bef2

Analogous Colors of #f293be

#f293be #f29893 #f293ee

Monochromatic Colors of #f293be

#f293be

Complementary Color

#f293be #93f2c7

#f293be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f293be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f293be Color CSS Codes

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

#f293be Text Font Color

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

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


#f293be Background Color

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

This div background color is #f293be


#f293be Border Color

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

This div border color is #f293be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f293be


Comments

No comments written yet.

Please login to write comment.