Color Hex Logo

#f713fe Color Hex

#F713FE
(247,19,254)
0 Favorites   0 Comments

Color spaces of #f713fe

RGB 24719254
HSL0.830.990.54
HSV298°93°100°
CMYK 0.030.930.00   0.00
XYZ56.480027.395796.0770
Yxy27.39570.31390.1522
Hunter Lab52.3409101.0191-72.1941
CIE-Lab59.338895.6244-61.9355

#f713fe color RGB value is (247,19,254).

#f713fe hex color red value is 247, green value is 19 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f713fe hue: 0.83 , saturation: 0.99 and the lightness value of f713fe is 0.54.

The process color (four color CMYK) of #f713fe color hex is 0.03, 0.93, 0.00, 0.00. Web safe color of #f713fe is #ff00ff. Color #f713fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00010011 11111110
Octal 367 23 376
Decimal 247 19 254
Hex F7 13 FE

RGB Percentages of Color #f713fe

%47.50
%3.65
%48.85

CMYK Percentages of Color #f713fe

%3
%93
%0
%0

Triadic Colors of #f713fe

#f713fe #fef713 #13fef7

Analogous Colors of #f713fe

#f713fe #fe1390 #8213fe

Monochromatic Colors of #f713fe

#f713fe

Complementary Color

#f713fe #1afe13

#f713fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f713fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f713fe Color CSS Codes

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

#f713fe Text Font Color

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

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


#f713fe Background Color

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

This div background color is #f713fe


#f713fe Border Color

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

This div border color is #f713fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,19,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f713fe

Related Colors


Comments

No comments written yet.

Please login to write comment.