Color Hex Logo

#f923be Color Hex

#F923BE
(249,35,190)
0 Favorites   0 Comments

Color spaces of #f923be

RGB 24935190
HSL0.880.950.56
HSV317°86°98°
CMYK 0.000.860.24   0.02
XYZ48.962225.059550.9716
Yxy25.05950.39170.2005
Hunter Lab50.059586.9834-25.3287
CIE-Lab57.133385.5852-29.2013

#f923be color RGB value is (249,35,190).

#f923be hex color red value is 249, green value is 35 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f923be hue: 0.88 , saturation: 0.95 and the lightness value of f923be is 0.56.

The process color (four color CMYK) of #f923be color hex is 0.00, 0.86, 0.24, 0.02. Web safe color of #f923be is #ff33cc. Color #f923be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100011 10111110
Octal 371 43 276
Decimal 249 35 190
Hex F9 23 BE

RGB Percentages of Color #f923be

%52.53
%7.38
%40.08

CMYK Percentages of Color #f923be

%0
%86
%24
%2

Triadic Colors of #f923be

#f923be #bef923 #23bef9

Analogous Colors of #f923be

#f923be #f92353 #c923f9

Monochromatic Colors of #f923be

#f923be

Complementary Color

#f923be #23f95e

#f923be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f923be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f923be Color CSS Codes

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

#f923be Text Font Color

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

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


#f923be Background Color

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

This div background color is #f923be


#f923be Border Color

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

This div border color is #f923be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f923be


Comments

No comments written yet.

Please login to write comment.