Color Hex Logo

#f95eba Color Hex

#F95EBA
(249,94,186)
0 Favorites   0 Comments

Color spaces of #f95eba

RGB 24994186
HSL0.900.930.67
HSV324°62°98°
CMYK 0.000.620.25   0.02
XYZ51.932631.690349.8341
Yxy31.69030.38910.2375
Hunter Lab56.294166.1555-13.0803
CIE-Lab63.086167.8737-17.7741

#f95eba color RGB value is (249,94,186).

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

The process color (four color CMYK) of #f95eba color hex is 0.00, 0.62, 0.25, 0.02. Web safe color of #f95eba is #ff66cc. Color #f95eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011110 10111010
Octal 371 136 272
Decimal 249 94 186
Hex F9 5E BA

RGB Percentages of Color #f95eba

%47.07
%17.77
%35.16

CMYK Percentages of Color #f95eba

%0
%62
%25
%2

Triadic Colors of #f95eba

#f95eba #baf95e #5ebaf9

Analogous Colors of #f95eba

#f95eba #f95e6d #eb5ef9

Monochromatic Colors of #f95eba

#f95eba

Complementary Color

#f95eba #5ef99d

#f95eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95eba Color CSS Codes

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

#f95eba Text Font Color

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

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


#f95eba Background Color

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

This div background color is #f95eba


#f95eba Border Color

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

This div border color is #f95eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95eba


Comments

No comments written yet.

Please login to write comment.