Color Hex Logo

#f29cef Color Hex

#F29CEF
(242,156,239)
0 Favorites   0 Comments

Color spaces of #f29cef

RGB 242156239
HSL0.840.770.78
HSV302°36°95°
CMYK 0.000.360.01   0.05
XYZ64.086448.886287.7196
Yxy48.88620.31930.2436
Hunter Lab69.918741.2528-25.4419
CIE-Lab75.380544.5610-28.5457

#f29cef color RGB value is (242,156,239).

#f29cef hex color red value is 242, green value is 156 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f29cef hue: 0.84 , saturation: 0.77 and the lightness value of f29cef is 0.78.

The process color (four color CMYK) of #f29cef color hex is 0.00, 0.36, 0.01, 0.05. Web safe color of #f29cef is #ff99ff. Color #f29cef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011100 11101111
Octal 362 234 357
Decimal 242 156 239
Hex F2 9C EF

RGB Percentages of Color #f29cef

%37.99
%24.49
%37.52

CMYK Percentages of Color #f29cef

%0
%36
%1
%5

Triadic Colors of #f29cef

#f29cef #eff29c #9ceff2

Analogous Colors of #f29cef

#f29cef #f29cc4 #ca9cf2

Monochromatic Colors of #f29cef

#f29cef

Complementary Color

#f29cef #9cf29f

#f29cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29cef Color CSS Codes

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

#f29cef Text Font Color

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

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


#f29cef Background Color

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

This div background color is #f29cef


#f29cef Border Color

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

This div border color is #f29cef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,156,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f29cef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f29cef;
  -webkit-box-shadow: 1px 1px 3px 2px #f29cef;
  box-shadow:         1px 1px 3px 2px #f29cef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,156,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29cef


Comments

No comments written yet.

Please login to write comment.