Color Hex Logo

#f915ec Color Hex

#F915EC
(249,21,236)
0 Favorites   0 Comments

Color spaces of #f915ec

RGB 24921236
HSL0.840.950.53
HSV303°92°98°
CMYK 0.000.920.05   0.02
XYZ54.475426.732281.6455
Yxy26.73220.33450.1641
Hunter Lab51.703297.5902-57.4337
CIE-Lab58.725693.2343-52.8624

#f915ec color RGB value is (249,21,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010101 11101100
Octal 371 25 354
Decimal 249 21 236
Hex F9 15 EC

RGB Percentages of Color #f915ec

%49.21
%4.15
%46.64

CMYK Percentages of Color #f915ec

%0
%92
%5
%2

Triadic Colors of #f915ec

#f915ec #ecf915 #15ecf9

Analogous Colors of #f915ec

#f915ec #f9157a #9415f9

Monochromatic Colors of #f915ec

#f915ec

Complementary Color

#f915ec #15f922

#f915ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f915ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f915ec Color CSS Codes

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

#f915ec Text Font Color

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

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


#f915ec Background Color

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

This div background color is #f915ec


#f915ec Border Color

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

This div border color is #f915ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f915ec


Comments

No comments written yet.

Please login to write comment.