Color Hex Logo

#f253dd Color Hex

#F253DD
(242,83,221)
0 Favorites   0 Comments

Color spaces of #f253dd

RGB 24283221
HSL0.860.860.64
HSV308°66°95°
CMYK 0.000.660.09   0.05
XYZ52.762430.284271.4712
Yxy30.28420.34150.1960
Hunter Lab55.031174.8369-38.4807
CIE-Lab61.898775.1575-39.5069

#f253dd color RGB value is (242,83,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010011 11011101
Octal 362 123 335
Decimal 242 83 221
Hex F2 53 DD

RGB Percentages of Color #f253dd

%44.32
%15.20
%40.48

CMYK Percentages of Color #f253dd

%0
%66
%9
%5

Triadic Colors of #f253dd

#f253dd #ddf253 #53ddf2

Analogous Colors of #f253dd

#f253dd #f2538e #b853f2

Monochromatic Colors of #f253dd

#f253dd

Complementary Color

#f253dd #53f268

#f253dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f253dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f253dd Color CSS Codes

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

#f253dd Text Font Color

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

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


#f253dd Background Color

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

This div background color is #f253dd


#f253dd Border Color

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

This div border color is #f253dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f253dd


Comments

No comments written yet.

Please login to write comment.