color codes Logo

#f74cfd color codes

#F74CFD
(247,76,253)
0 Favorites   0 Comments

Color spaces of #f74cfd

RGB 24776253
HSL0.830.980.65
HSV298°70°99°
CMYK 0.020.700.00   0.01
XYZ58.671832.034996.0195
Yxy32.03490.31420.1716
Hunter Lab56.599485.9870-60.9645
CIE-Lab63.371783.6100-54.9439

#f74cfd color RGB value is (247,76,253).

#f74cfd hex color red value is 247, green value is 76 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f74cfd hue: 0.83 , saturation: 0.98 and the lightness value of f74cfd is 0.65.

The process color (four color CMYK) of #f74cfd color code is 0.02, 0.70, 0.00, 0.01. Web safe color of #f74cfd is #ff33ff. Color #f74cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01001100 11111101
Octal 367 114 375
Decimal 247 76 253
Hex F7 4C FD

RGB Percentages of Color #f74cfd

%42.88
%13.19
%43.92

CMYK Percentages of Color #f74cfd

%2
%70
%0
%1

Triadic Colors of #f74cfd

#f74cfd #fdf74c #4cfdf7

Analogous Colors of #f74cfd

#f74cfd #fd4cab #9f4cfd

Monochromatic Colors of #f74cfd

#f74cfd

Complementary Color

#f74cfd #52fd4c

#f74cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f74cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f74cfd Color CSS Codes

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

#f74cfd Text Font Color

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

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


#f74cfd Background Color

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

This div background color is #f74cfd


#f74cfd Border Color

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

This div border color is #f74cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f74cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.