color codes Logo

#f95cec color codes

#F95CEC
(249,92,236)
0 Favorites   0 Comments

Color spaces of #f95cec

RGB 24992236
HSL0.850.930.67
HSV305°63°98°
CMYK 0.000.630.05   0.02
XYZ58.034433.850282.8319
Yxy33.85020.33220.1937
Hunter Lab58.180976.2338-43.6842
CIE-Lab64.843575.7188-43.1902

#f95cec color RGB value is (249,92,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011100 11101100
Octal 371 134 354
Decimal 249 92 236
Hex F9 5C EC

RGB Percentages of Color #f95cec

%43.15
%15.94
%40.90

CMYK Percentages of Color #f95cec

%0
%63
%5
%2

Triadic Colors of #f95cec

#f95cec #ecf95c #5cecf9

Analogous Colors of #f95cec

#f95cec #f95c9e #b85cf9

Monochromatic Colors of #f95cec

#f95cec

Complementary Color

#f95cec #5cf969

#f95cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95cec Color CSS Codes

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

#f95cec Text Font Color

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

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


#f95cec Background Color

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

This div background color is #f95cec


#f95cec Border Color

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

This div border color is #f95cec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,92,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 #f95cec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95cec

Related Colors


Comments

No comments written yet.

Please login to write comment.