Color Hex Logo

#f913ec Color Hex

#F913EC
(249,19,236)
0 Favorites   0 Comments

Color spaces of #f913ec

RGB 24919236
HSL0.840.950.53
HSV303°92°98°
CMYK 0.000.920.05   0.02
XYZ54.440126.661681.6338
Yxy26.66160.33450.1638
Hunter Lab51.634997.8366-57.5920
CIE-Lab58.659893.4283-52.9672

#f913ec color RGB value is (249,19,236).

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

The process color (four color CMYK) of #f913ec color hex is 0.00, 0.92, 0.05, 0.02. Web safe color of #f913ec is #ff00ff. Color #f913ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010011 11101100
Octal 371 23 354
Decimal 249 19 236
Hex F9 13 EC

RGB Percentages of Color #f913ec

%49.40
%3.77
%46.83

CMYK Percentages of Color #f913ec

%0
%92
%5
%2

Triadic Colors of #f913ec

#f913ec #ecf913 #13ecf9

Analogous Colors of #f913ec

#f913ec #f91379 #9313f9

Monochromatic Colors of #f913ec

#f913ec

Complementary Color

#f913ec #13f920

#f913ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f913ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f913ec Color CSS Codes

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

#f913ec Text Font Color

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

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


#f913ec Background Color

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

This div background color is #f913ec


#f913ec Border Color

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

This div border color is #f913ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f913ec

Related Colors


Comments

No comments written yet.

Please login to write comment.