Color Hex Logo

#f95dec Color Hex

#F95DEC
(249,93,236)
0 Favorites   0 Comments

Color spaces of #f95dec

RGB 24993236
HSL0.850.930.67
HSV305°63°98°
CMYK 0.000.630.05   0.02
XYZ58.121634.024682.8609
Yxy34.02460.33210.1944
Hunter Lab58.330675.7818-43.3923
CIE-Lab64.982175.3337-42.9725

#f95dec color RGB value is (249,93,236).

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

The process color (four color CMYK) of #f95dec color hex is 0.00, 0.63, 0.05, 0.02. Web safe color of #f95dec is #ff66ff. Color #f95dec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011101 11101100
Octal 371 135 354
Decimal 249 93 236
Hex F9 5D EC

RGB Percentages of Color #f95dec

%43.08
%16.09
%40.83

CMYK Percentages of Color #f95dec

%0
%63
%5
%2

Triadic Colors of #f95dec

#f95dec #ecf95d #5decf9

Analogous Colors of #f95dec

#f95dec #f95d9e #b85df9

Monochromatic Colors of #f95dec

#f95dec

Complementary Color

#f95dec #5df96a

#f95dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95dec Color CSS Codes

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

#f95dec Text Font Color

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

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


#f95dec Background Color

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

This div background color is #f95dec


#f95dec Border Color

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

This div border color is #f95dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95dec


Comments

No comments written yet.

Please login to write comment.