Color Hex Logo

#f271dd Color Hex

#F271DD
(242,113,221)
0 Favorites   0 Comments

Color spaces of #f271dd

RGB 242113221
HSL0.860.830.70
HSV310°53°95°
CMYK 0.000.530.09   0.05
XYZ55.574235.908072.4085
Yxy35.90800.33910.2191
Hunter Lab59.923360.6792-29.6970
CIE-Lab66.449662.7153-32.4170

#f271dd color RGB value is (242,113,221).

#f271dd hex color red value is 242, green value is 113 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f271dd hue: 0.86 , saturation: 0.83 and the lightness value of f271dd is 0.70.

The process color (four color CMYK) of #f271dd color hex is 0.00, 0.53, 0.09, 0.05. Web safe color of #f271dd is #ff66cc. Color #f271dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01110001 11011101
Octal 362 161 335
Decimal 242 113 221
Hex F2 71 DD

RGB Percentages of Color #f271dd

%42.01
%19.62
%38.37

CMYK Percentages of Color #f271dd

%0
%53
%9
%5

Triadic Colors of #f271dd

#f271dd #ddf271 #71ddf2

Analogous Colors of #f271dd

#f271dd #f2719d #c771f2

Monochromatic Colors of #f271dd

#f271dd

Complementary Color

#f271dd #71f286

#f271dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f271dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f271dd Color CSS Codes

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

#f271dd Text Font Color

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

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


#f271dd Background Color

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

This div background color is #f271dd


#f271dd Border Color

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

This div border color is #f271dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f271dd


Comments

No comments written yet.

Please login to write comment.