Color Hex Logo

#f95de0 Color Hex

#F95DE0
(249,93,224)
0 Favorites   0 Comments

Color spaces of #f95de0

RGB 24993224
HSL0.860.930.67
HSV310°63°98°
CMYK 0.000.630.10   0.02
XYZ56.435833.350373.9838
Yxy33.35030.34460.2036
Hunter Lab57.749773.3768-35.5323
CIE-Lab64.443673.5116-37.1325

#f95de0 color RGB value is (249,93,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011101 11100000
Octal 371 135 340
Decimal 249 93 224
Hex F9 5D E0

RGB Percentages of Color #f95de0

%43.99
%16.43
%39.58

CMYK Percentages of Color #f95de0

%0
%63
%10
%2

Triadic Colors of #f95de0

#f95de0 #e0f95d #5de0f9

Analogous Colors of #f95de0

#f95de0 #f95d92 #c45df9

Monochromatic Colors of #f95de0

#f95de0

Complementary Color

#f95de0 #5df976

#f95de0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95de0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95de0 Color CSS Codes

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

#f95de0 Text Font Color

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

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


#f95de0 Background Color

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

This div background color is #f95de0


#f95de0 Border Color

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

This div border color is #f95de0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95de0

Related Colors


Comments

No comments written yet.

Please login to write comment.