Color Hex Logo

#f37efa Color Hex

#F37EFA
(243,126,250)
0 Favorites   0 Comments

Color spaces of #f37efa

RGB 243126250
HSL0.820.930.74
HSV297°50°98°
CMYK 0.030.500.00   0.02
XYZ61.678340.878595.0820
Yxy40.87850.31210.2068
Hunter Lab63.936360.3075-43.4169
CIE-Lab70.090761.7998-42.7332

#f37efa color RGB value is (243,126,250).

#f37efa hex color red value is 243, green value is 126 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f37efa hue: 0.82 , saturation: 0.93 and the lightness value of f37efa is 0.74.

The process color (four color CMYK) of #f37efa color hex is 0.03, 0.50, 0.00, 0.02. Web safe color of #f37efa is #ff66ff. Color #f37efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01111110 11111010
Octal 363 176 372
Decimal 243 126 250
Hex F3 7E FA

RGB Percentages of Color #f37efa

%39.26
%20.36
%40.39

CMYK Percentages of Color #f37efa

%3
%50
%0
%2

Triadic Colors of #f37efa

#f37efa #faf37e #7efaf3

Analogous Colors of #f37efa

#f37efa #fa7ec3 #b57efa

Monochromatic Colors of #f37efa

#f37efa

Complementary Color

#f37efa #85fa7e

#f37efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f37efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f37efa Color CSS Codes

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

#f37efa Text Font Color

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

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


#f37efa Background Color

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

This div background color is #f37efa


#f37efa Border Color

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

This div border color is #f37efa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,126,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f37efa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f37efa;
  -webkit-box-shadow: 1px 1px 3px 2px #f37efa;
  box-shadow:         1px 1px 3px 2px #f37efa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,126,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f37efa

Related Colors


Comments

No comments written yet.

Please login to write comment.