Color Hex Logo

#f231be Color Hex

#F231BE
(242,49,190)
0 Favorites   0 Comments

Color spaces of #f231be

RGB 24249190
HSL0.880.880.57
HSV316°80°95°
CMYK 0.000.800.21   0.05
XYZ47.010524.791651.0227
Yxy24.79160.38270.2018
Hunter Lab49.791281.3969-25.9027
CIE-Lab56.871881.3145-29.7041

#f231be color RGB value is (242,49,190).

#f231be hex color red value is 242, green value is 49 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f231be hue: 0.88 , saturation: 0.88 and the lightness value of f231be is 0.57.

The process color (four color CMYK) of #f231be color hex is 0.00, 0.80, 0.21, 0.05. Web safe color of #f231be is #ff33cc. Color #f231be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00110001 10111110
Octal 362 61 276
Decimal 242 49 190
Hex F2 31 BE

RGB Percentages of Color #f231be

%50.31
%10.19
%39.50

CMYK Percentages of Color #f231be

%0
%80
%21
%5

Triadic Colors of #f231be

#f231be #bef231 #31bef2

Analogous Colors of #f231be

#f231be #f2315d #c631f2

Monochromatic Colors of #f231be

#f231be

Complementary Color

#f231be #31f265

#f231be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f231be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f231be Color CSS Codes

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

#f231be Text Font Color

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

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


#f231be Background Color

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

This div background color is #f231be


#f231be Border Color

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

This div border color is #f231be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f231be


Comments

No comments written yet.

Please login to write comment.