Color Hex Logo

#f74bda Color Hex

#F74BDA
(247,75,218)
0 Favorites   0 Comments

Color spaces of #f74bda

RGB 24775218
HSL0.860.910.63
HSV310°70°97°
CMYK 0.000.700.12   0.03
XYZ53.528729.868369.2735
Yxy29.86830.35060.1956
Hunter Lab54.651979.1907-36.8962
CIE-Lab61.540478.6815-38.3244

#f74bda color RGB value is (247,75,218).

#f74bda hex color red value is 247, green value is 75 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f74bda hue: 0.86 , saturation: 0.91 and the lightness value of f74bda is 0.63.

The process color (four color CMYK) of #f74bda color hex is 0.00, 0.70, 0.12, 0.03. Web safe color of #f74bda is #ff33cc. Color #f74bda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001011 11011010
Octal 367 113 332
Decimal 247 75 218
Hex F7 4B DA

RGB Percentages of Color #f74bda

%45.74
%13.89
%40.37

CMYK Percentages of Color #f74bda

%0
%70
%12
%3

Triadic Colors of #f74bda

#f74bda #daf74b #4bdaf7

Analogous Colors of #f74bda

#f74bda #f74b84 #be4bf7

Monochromatic Colors of #f74bda

#f74bda

Complementary Color

#f74bda #4bf768

#f74bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f74bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f74bda Color CSS Codes

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

#f74bda Text Font Color

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

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


#f74bda Background Color

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

This div background color is #f74bda


#f74bda Border Color

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

This div border color is #f74bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f74bda


Comments

No comments written yet.

Please login to write comment.