Color Hex Logo

#f48eca Color Hex

#F48ECA
(244,142,202)
0 Favorites   0 Comments

Color spaces of #f48eca

RGB 244142202
HSL0.900.820.76
HSV325°42°96°
CMYK 0.000.420.17   0.04
XYZ57.641942.843461.1087
Yxy42.84340.35670.2651
Hunter Lab65.454942.6475-9.5348
CIE-Lab71.448646.2903-14.1989

#f48eca color RGB value is (244,142,202).

#f48eca hex color red value is 244, green value is 142 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f48eca hue: 0.90 , saturation: 0.82 and the lightness value of f48eca is 0.76.

The process color (four color CMYK) of #f48eca color hex is 0.00, 0.42, 0.17, 0.04. Web safe color of #f48eca is #ff99cc. Color #f48eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10001110 11001010
Octal 364 216 312
Decimal 244 142 202
Hex F4 8E CA

RGB Percentages of Color #f48eca

%41.50
%24.15
%34.35

CMYK Percentages of Color #f48eca

%0
%42
%17
%4

Triadic Colors of #f48eca

#f48eca #caf48e #8ecaf4

Analogous Colors of #f48eca

#f48eca #f48e97 #eb8ef4

Monochromatic Colors of #f48eca

#f48eca

Complementary Color

#f48eca #8ef4b8

#f48eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48eca Color CSS Codes

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

#f48eca Text Font Color

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

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


#f48eca Background Color

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

This div background color is #f48eca


#f48eca Border Color

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

This div border color is #f48eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48eca


Comments

No comments written yet.

Please login to write comment.