Color Hex Logo

#f74dea Color Hex

#F74DEA
(247,77,234)
0 Favorites   0 Comments

Color spaces of #f74dea

RGB 24777234
HSL0.850.910.64
HSV305°69°97°
CMYK 0.000.690.05   0.03
XYZ55.862931.022480.8855
Yxy31.02240.33300.1849
Hunter Lab55.697881.5582-47.1138
CIE-Lab62.526580.3477-45.7435

#f74dea color RGB value is (247,77,234).

#f74dea hex color red value is 247, green value is 77 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f74dea hue: 0.85 , saturation: 0.91 and the lightness value of f74dea is 0.64.

The process color (four color CMYK) of #f74dea color hex is 0.00, 0.69, 0.05, 0.03. Web safe color of #f74dea is #ff66ff. Color #f74dea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001101 11101010
Octal 367 115 352
Decimal 247 77 234
Hex F7 4D EA

RGB Percentages of Color #f74dea

%44.27
%13.80
%41.94

CMYK Percentages of Color #f74dea

%0
%69
%5
%3

Triadic Colors of #f74dea

#f74dea #eaf74d #4deaf7

Analogous Colors of #f74dea

#f74dea #f74d95 #af4df7

Monochromatic Colors of #f74dea

#f74dea

Complementary Color

#f74dea #4df75a

#f74dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f74dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f74dea Color CSS Codes

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

#f74dea Text Font Color

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

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


#f74dea Background Color

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

This div background color is #f74dea


#f74dea Border Color

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

This div border color is #f74dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f74dea


Comments

No comments written yet.

Please login to write comment.