Color Hex Logo

#f923ec Color Hex

#F923EC
(249,35,236)
0 Favorites   0 Comments

Color spaces of #f923ec

RGB 24935236
HSL0.840.950.56
HSV304°86°98°
CMYK 0.000.860.05   0.02
XYZ54.808327.397981.7565
Yxy27.39790.33430.1671
Hunter Lab52.343095.3069-55.9672
CIE-Lab59.340891.4268-51.8840

#f923ec color RGB value is (249,35,236).

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

The process color (four color CMYK) of #f923ec color hex is 0.00, 0.86, 0.05, 0.02. Web safe color of #f923ec is #ff33ff. Color #f923ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100011 11101100
Octal 371 43 354
Decimal 249 35 236
Hex F9 23 EC

RGB Percentages of Color #f923ec

%47.88
%6.73
%45.38

CMYK Percentages of Color #f923ec

%0
%86
%5
%2

Triadic Colors of #f923ec

#f923ec #ecf923 #23ecf9

Analogous Colors of #f923ec

#f923ec #f92381 #9b23f9

Monochromatic Colors of #f923ec

#f923ec

Complementary Color

#f923ec #23f930

#f923ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f923ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f923ec Color CSS Codes

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

#f923ec Text Font Color

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

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


#f923ec Background Color

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

This div background color is #f923ec


#f923ec Border Color

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

This div border color is #f923ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,35,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f923ec

Related Colors


Comments

No comments written yet.

Please login to write comment.