color codes Logo

#f73ddd color codes

#F73DDD
(247,61,221)
0 Favorites   0 Comments

Color spaces of #f73ddd

RGB 24761221
HSL0.860.920.60
HSV308°75°97°
CMYK 0.000.750.11   0.03
XYZ53.077728.332171.0778
Yxy28.33210.34810.1858
Hunter Lab53.227984.8474-41.9133
CIE-Lab60.187683.3498-42.1375

#f73ddd color RGB value is (247,61,221).

#f73ddd hex color red value is 247, green value is 61 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f73ddd hue: 0.86 , saturation: 0.92 and the lightness value of f73ddd is 0.60.

The process color (four color CMYK) of #f73ddd color code is 0.00, 0.75, 0.11, 0.03. Web safe color of #f73ddd is #ff33cc. Color #f73ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00111101 11011101
Octal 367 75 335
Decimal 247 61 221
Hex F7 3D DD

RGB Percentages of Color #f73ddd

%46.69
%11.53
%41.78

CMYK Percentages of Color #f73ddd

%0
%75
%11
%3

Triadic Colors of #f73ddd

#f73ddd #ddf73d #3dddf7

Analogous Colors of #f73ddd

#f73ddd #f73d80 #b43df7

Monochromatic Colors of #f73ddd

#f73ddd

Complementary Color

#f73ddd #3df757

#f73ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73ddd Color CSS Codes

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

#f73ddd Text Font Color

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

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


#f73ddd Background Color

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

This div background color is #f73ddd


#f73ddd Border Color

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

This div border color is #f73ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73ddd


Comments

No comments written yet.

Please login to write comment.