Color Hex Logo

#f452dd Color Hex

#F452DD
(244,82,221)
0 Favorites   0 Comments

Color spaces of #f452dd

RGB 24482221
HSL0.860.880.64
HSV309°66°96°
CMYK 0.000.660.09   0.04
XYZ53.376730.488171.4782
Yxy30.48810.34360.1963
Hunter Lab55.216075.9258-38.1008
CIE-Lab62.073175.9943-39.2118

#f452dd color RGB value is (244,82,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010010 11011101
Octal 364 122 335
Decimal 244 82 221
Hex F4 52 DD

RGB Percentages of Color #f452dd

%44.61
%14.99
%40.40

CMYK Percentages of Color #f452dd

%0
%66
%9
%4

Triadic Colors of #f452dd

#f452dd #ddf452 #52ddf4

Analogous Colors of #f452dd

#f452dd #f4528c #ba52f4

Monochromatic Colors of #f452dd

#f452dd

Complementary Color

#f452dd #52f469

#f452dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f452dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f452dd Color CSS Codes

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

#f452dd Text Font Color

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

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


#f452dd Background Color

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

This div background color is #f452dd


#f452dd Border Color

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

This div border color is #f452dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f452dd


Comments

No comments written yet.

Please login to write comment.