Color Hex Logo

#f451dd Color Hex

#F451DD
(244,81,221)
0 Favorites   0 Comments

Color spaces of #f451dd

RGB 24481221
HSL0.860.880.64
HSV308°67°96°
CMYK 0.000.670.09   0.04
XYZ53.301830.338471.4532
Yxy30.33840.34370.1956
Hunter Lab55.080376.3458-38.3580
CIE-Lab61.945176.3529-39.4122

#f451dd color RGB value is (244,81,221).

#f451dd hex color red value is 244, green value is 81 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f451dd hue: 0.86 , saturation: 0.88 and the lightness value of f451dd is 0.64.

The process color (four color CMYK) of #f451dd color hex is 0.00, 0.67, 0.09, 0.04. Web safe color of #f451dd is #ff66cc. Color #f451dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010001 11011101
Octal 364 121 335
Decimal 244 81 221
Hex F4 51 DD

RGB Percentages of Color #f451dd

%44.69
%14.84
%40.48

CMYK Percentages of Color #f451dd

%0
%67
%9
%4

Triadic Colors of #f451dd

#f451dd #ddf451 #51ddf4

Analogous Colors of #f451dd

#f451dd #f4518c #ba51f4

Monochromatic Colors of #f451dd

#f451dd

Complementary Color

#f451dd #51f468

#f451dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f451dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f451dd Color CSS Codes

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

#f451dd Text Font Color

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

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


#f451dd Background Color

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

This div background color is #f451dd


#f451dd Border Color

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

This div border color is #f451dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f451dd


Comments

No comments written yet.

Please login to write comment.