Color Hex Logo

#f71ed5 Color Hex

#F71ED5
(247,30,213)
0 Favorites   0 Comments

Color spaces of #f71ed5

RGB 24730213
HSL0.860.930.54
HSV309°88°97°
CMYK 0.000.880.14   0.03
XYZ50.832325.506865.1949
Yxy25.50680.35920.1802
Hunter Lab50.504391.2770-41.1833
CIE-Lab57.565988.7601-41.7326

#f71ed5 color RGB value is (247,30,213).

#f71ed5 hex color red value is 247, green value is 30 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #f71ed5 hue: 0.86 , saturation: 0.93 and the lightness value of f71ed5 is 0.54.

The process color (four color CMYK) of #f71ed5 color hex is 0.00, 0.88, 0.14, 0.03. Web safe color of #f71ed5 is #ff33cc. Color #f71ed5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00011110 11010101
Octal 367 36 325
Decimal 247 30 213
Hex F7 1E D5

RGB Percentages of Color #f71ed5

%50.41
%6.12
%43.47

CMYK Percentages of Color #f71ed5

%0
%88
%14
%3

Triadic Colors of #f71ed5

#f71ed5 #d5f71e #1ed5f7

Analogous Colors of #f71ed5

#f71ed5 #f71e69 #ad1ef7

Monochromatic Colors of #f71ed5

#f71ed5

Complementary Color

#f71ed5 #1ef740

#f71ed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f71ed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f71ed5 Color CSS Codes

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

#f71ed5 Text Font Color

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

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


#f71ed5 Background Color

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

This div background color is #f71ed5


#f71ed5 Border Color

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

This div border color is #f71ed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f71ed5


Comments

No comments written yet.

Please login to write comment.