Color Hex Logo

#f95eca Color Hex

#F95ECA
(249,94,202)
0 Favorites   0 Comments

Color spaces of #f95eca

RGB 24994202
HSL0.880.930.67
HSV318°62°98°
CMYK 0.000.620.19   0.02
XYZ53.730332.409459.3009
Yxy32.40940.36940.2228
Hunter Lab56.929368.8436-21.9095
CIE-Lab63.679869.9777-25.9502

#f95eca color RGB value is (249,94,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01011110 11001010
Octal 371 136 312
Decimal 249 94 202
Hex F9 5E CA

RGB Percentages of Color #f95eca

%45.69
%17.25
%37.06

CMYK Percentages of Color #f95eca

%0
%62
%19
%2

Triadic Colors of #f95eca

#f95eca #caf95e #5ecaf9

Analogous Colors of #f95eca

#f95eca #f95e7d #db5ef9

Monochromatic Colors of #f95eca

#f95eca

Complementary Color

#f95eca #5ef98d

#f95eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95eca Color CSS Codes

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

#f95eca Text Font Color

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

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


#f95eca Background Color

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

This div background color is #f95eca


#f95eca Border Color

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

This div border color is #f95eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95eca


Comments

No comments written yet.

Please login to write comment.