Color Hex Logo

#f95edf Color Hex

#F95EDF
(249,94,223)
0 Favorites   0 Comments

Color spaces of #f95edf

RGB 24994223
HSL0.860.930.67
HSV310°62°98°
CMYK 0.000.620.10   0.02
XYZ56.388933.472973.3009
Yxy33.47290.34560.2052
Hunter Lab57.855872.7267-34.6190
CIE-Lab64.542072.9707-36.4201

#f95edf color RGB value is (249,94,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011110 11011111
Octal 371 136 337
Decimal 249 94 223
Hex F9 5E DF

RGB Percentages of Color #f95edf

%43.99
%16.61
%39.40

CMYK Percentages of Color #f95edf

%0
%62
%10
%2

Triadic Colors of #f95edf

#f95edf #dff95e #5edff9

Analogous Colors of #f95edf

#f95edf #f95e92 #c65ef9

Monochromatic Colors of #f95edf

#f95edf

Complementary Color

#f95edf #5ef978

#f95edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95edf Color CSS Codes

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

#f95edf Text Font Color

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

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


#f95edf Background Color

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

This div background color is #f95edf


#f95edf Border Color

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

This div border color is #f95edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95edf


Comments

No comments written yet.

Please login to write comment.