color codes Logo

#f729dd color codes

#F729DD
(247,41,221)
0 Favorites   0 Comments

Color spaces of #f729dd

RGB 24741221
HSL0.850.930.56
HSV308°83°97°
CMYK 0.000.830.11   0.03
XYZ52.201926.580570.7858
Yxy26.58050.34900.1777
Hunter Lab51.556390.5118-45.3147
CIE-Lab58.584087.9846-44.6644

#f729dd color RGB value is (247,41,221).

#f729dd hex color red value is 247, green value is 41 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f729dd hue: 0.85 , saturation: 0.93 and the lightness value of f729dd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101001 11011101
Octal 367 51 335
Decimal 247 41 221
Hex F7 29 DD

RGB Percentages of Color #f729dd

%48.53
%8.06
%43.42

CMYK Percentages of Color #f729dd

%0
%83
%11
%3

Triadic Colors of #f729dd

#f729dd #ddf729 #29ddf7

Analogous Colors of #f729dd

#f729dd #f72976 #aa29f7

Monochromatic Colors of #f729dd

#f729dd

Complementary Color

#f729dd #29f743

#f729dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f729dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f729dd Color CSS Codes

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

#f729dd Text Font Color

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

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


#f729dd Background Color

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

This div background color is #f729dd


#f729dd Border Color

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

This div border color is #f729dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,41,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 #f729dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f729dd


Comments

No comments written yet.

Please login to write comment.