Color Hex Logo

#f92385 Color Hex

#F92385
(249,35,133)
0 Favorites   0 Comments

Color spaces of #f92385

RGB 24935133
HSL0.920.950.56
HSV333°86°98°
CMYK 0.000.860.47   0.02
XYZ43.901623.035324.3227
Yxy23.03530.48110.2524
Hunter Lab47.995179.28433.5499
CIE-Lab55.108779.99811.2491

#f92385 color RGB value is (249,35,133).

#f92385 hex color red value is 249, green value is 35 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #f92385 hue: 0.92 , saturation: 0.95 and the lightness value of f92385 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100011 10000101
Octal 371 43 205
Decimal 249 35 133
Hex F9 23 85

RGB Percentages of Color #f92385

%59.71
%8.39
%31.89

CMYK Percentages of Color #f92385

%0
%86
%47
%2

Triadic Colors of #f92385

#f92385 #85f923 #2385f9

Analogous Colors of #f92385

#f92385 #f92c23 #f923f0

Monochromatic Colors of #f92385

#f92385

Complementary Color

#f92385 #23f997

#f92385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92385 Color CSS Codes

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

#f92385 Text Font Color

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

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


#f92385 Background Color

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

This div background color is #f92385


#f92385 Border Color

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

This div border color is #f92385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92385


Comments

No comments written yet.

Please login to write comment.