Color Hex Logo

#f94385 Color Hex

#F94385
(249,67,133)
0 Favorites   0 Comments

Color spaces of #f94385

RGB 24967133
HSL0.940.940.62
HSV338°73°98°
CMYK 0.000.730.47   0.02
XYZ45.307725.847524.7914
Yxy25.84750.47220.2694
Hunter Lab50.840470.10396.6766
CIE-Lab57.892072.08405.2734

#f94385 color RGB value is (249,67,133).

#f94385 hex color red value is 249, green value is 67 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #f94385 hue: 0.94 , saturation: 0.94 and the lightness value of f94385 is 0.62.

The process color (four color CMYK) of #f94385 color hex is 0.00, 0.73, 0.47, 0.02. Web safe color of #f94385 is #ff3399. Color #f94385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000011 10000101
Octal 371 103 205
Decimal 249 67 133
Hex F9 43 85

RGB Percentages of Color #f94385

%55.46
%14.92
%29.62

CMYK Percentages of Color #f94385

%0
%73
%47
%2

Triadic Colors of #f94385

#f94385 #85f943 #4385f9

Analogous Colors of #f94385

#f94385 #f95c43 #f943e0

Monochromatic Colors of #f94385

#f94385

Complementary Color

#f94385 #43f9b7

#f94385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94385 Color CSS Codes

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

#f94385 Text Font Color

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

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


#f94385 Background Color

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

This div background color is #f94385


#f94385 Border Color

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

This div border color is #f94385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94385


Comments

No comments written yet.

Please login to write comment.