Color Hex Logo

#f25ebe Color Hex

#F25EBE
(242,94,190)
0 Favorites   0 Comments

Color spaces of #f25ebe

RGB 24294190
HSL0.890.850.66
HSV321°61°95°
CMYK 0.000.610.21   0.05
XYZ49.914930.600451.9909
Yxy30.60040.37670.2309
Hunter Lab55.317664.2605-17.0020
CIE-Lab62.168866.4635-21.5478

#f25ebe color RGB value is (242,94,190).

#f25ebe hex color red value is 242, green value is 94 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f25ebe hue: 0.89 , saturation: 0.85 and the lightness value of f25ebe is 0.66.

The process color (four color CMYK) of #f25ebe color hex is 0.00, 0.61, 0.21, 0.05. Web safe color of #f25ebe is #ff66cc. Color #f25ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011110 10111110
Octal 362 136 276
Decimal 242 94 190
Hex F2 5E BE

RGB Percentages of Color #f25ebe

%46.01
%17.87
%36.12

CMYK Percentages of Color #f25ebe

%0
%61
%21
%5

Triadic Colors of #f25ebe

#f25ebe #bef25e #5ebef2

Analogous Colors of #f25ebe

#f25ebe #f25e74 #dc5ef2

Monochromatic Colors of #f25ebe

#f25ebe

Complementary Color

#f25ebe #5ef292

#f25ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25ebe Color CSS Codes

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

#f25ebe Text Font Color

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

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


#f25ebe Background Color

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

This div background color is #f25ebe


#f25ebe Border Color

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

This div border color is #f25ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25ebe


Comments

No comments written yet.

Please login to write comment.