Color Hex Logo

#f95ed0 Color Hex

#F95ED0
(249,94,208)
0 Favorites   0 Comments

Color spaces of #f95ed0

RGB 24994208
HSL0.880.930.67
HSV316°62°98°
CMYK 0.000.620.16   0.02
XYZ54.454832.699263.1160
Yxy32.69920.36240.2176
Hunter Lab57.183269.9125-25.4131
CIE-Lab63.916670.8070-28.9719

#f95ed0 color RGB value is (249,94,208).

#f95ed0 hex color red value is 249, green value is 94 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #f95ed0 hue: 0.88 , saturation: 0.93 and the lightness value of f95ed0 is 0.67.

The process color (four color CMYK) of #f95ed0 color hex is 0.00, 0.62, 0.16, 0.02. Web safe color of #f95ed0 is #ff66cc. Color #f95ed0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011110 11010000
Octal 371 136 320
Decimal 249 94 208
Hex F9 5E D0

RGB Percentages of Color #f95ed0

%45.19
%17.06
%37.75

CMYK Percentages of Color #f95ed0

%0
%62
%16
%2

Triadic Colors of #f95ed0

#f95ed0 #d0f95e #5ed0f9

Analogous Colors of #f95ed0

#f95ed0 #f95e83 #d55ef9

Monochromatic Colors of #f95ed0

#f95ed0

Complementary Color

#f95ed0 #5ef987

#f95ed0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95ed0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95ed0 Color CSS Codes

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

#f95ed0 Text Font Color

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

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


#f95ed0 Background Color

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

This div background color is #f95ed0


#f95ed0 Border Color

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

This div border color is #f95ed0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95ed0


Comments

No comments written yet.

Please login to write comment.