Color Hex Logo

#f255dd Color Hex

#F255DD
(242,85,221)
0 Favorites   0 Comments

Color spaces of #f255dd

RGB 24285221
HSL0.860.860.64
HSV308°65°95°
CMYK 0.000.650.09   0.05
XYZ52.917630.594771.5229
Yxy30.59470.34130.1973
Hunter Lab55.312573.9746-37.9474
CIE-Lab62.164074.4164-39.0913

#f255dd color RGB value is (242,85,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010101 11011101
Octal 362 125 335
Decimal 242 85 221
Hex F2 55 DD

RGB Percentages of Color #f255dd

%44.16
%15.51
%40.33

CMYK Percentages of Color #f255dd

%0
%65
%9
%5

Triadic Colors of #f255dd

#f255dd #ddf255 #55ddf2

Analogous Colors of #f255dd

#f255dd #f2558f #b955f2

Monochromatic Colors of #f255dd

#f255dd

Complementary Color

#f255dd #55f26a

#f255dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f255dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f255dd Color CSS Codes

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

#f255dd Text Font Color

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

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


#f255dd Background Color

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

This div background color is #f255dd


#f255dd Border Color

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

This div border color is #f255dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f255dd


Comments

No comments written yet.

Please login to write comment.