Color Hex Logo

#f25583 Color Hex

#F25583
(242,85,131)
0 Favorites   0 Comments

Color spaces of #f25583

RGB 24285131
HSL0.950.860.64
HSV342°65°95°
CMYK 0.000.650.46   0.05
XYZ43.963227.012924.3696
Yxy27.01290.46110.2833
Hunter Lab51.973960.03348.5818
CIE-Lab58.986363.46507.8566

#f25583 color RGB value is (242,85,131).

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

The process color (four color CMYK) of #f25583 color hex is 0.00, 0.65, 0.46, 0.05. Web safe color of #f25583 is #ff6699. Color #f25583 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010101 10000011
Octal 362 125 203
Decimal 242 85 131
Hex F2 55 83

RGB Percentages of Color #f25583

%52.84
%18.56
%28.60

CMYK Percentages of Color #f25583

%0
%65
%46
%5

Triadic Colors of #f25583

#f25583 #83f255 #5583f2

Analogous Colors of #f25583

#f25583 #f27655 #f255d2

Monochromatic Colors of #f25583

#f25583

Complementary Color

#f25583 #55f2c4

#f25583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25583 Color CSS Codes

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

#f25583 Text Font Color

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

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


#f25583 Background Color

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

This div background color is #f25583


#f25583 Border Color

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

This div border color is #f25583


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,85,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f25583">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25583


Comments

No comments written yet.

Please login to write comment.