Color Hex Logo

#f268ab Color Hex

#F268AB
(242,104,171)
0 Favorites   0 Comments

Color spaces of #f268ab

RGB 242104171
HSL0.920.840.68
HSV331°57°95°
CMYK 0.000.570.29   0.05
XYZ48.918931.718142.0720
Yxy31.71810.39870.2585
Hunter Lab56.318856.4883-4.8684
CIE-Lab63.109259.7090-9.2762

#f268ab color RGB value is (242,104,171).

#f268ab hex color red value is 242, green value is 104 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f268ab hue: 0.92 , saturation: 0.84 and the lightness value of f268ab is 0.68.

The process color (four color CMYK) of #f268ab color hex is 0.00, 0.57, 0.29, 0.05. Web safe color of #f268ab is #ff6699. Color #f268ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01101000 10101011
Octal 362 150 253
Decimal 242 104 171
Hex F2 68 AB

RGB Percentages of Color #f268ab

%46.81
%20.12
%33.08

CMYK Percentages of Color #f268ab

%0
%57
%29
%5

Triadic Colors of #f268ab

#f268ab #abf268 #68abf2

Analogous Colors of #f268ab

#f268ab #f26a68 #f268f0

Monochromatic Colors of #f268ab

#f268ab

Complementary Color

#f268ab #68f2af

#f268ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f268ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f268ab Color CSS Codes

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

#f268ab Text Font Color

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

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


#f268ab Background Color

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

This div background color is #f268ab


#f268ab Border Color

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

This div border color is #f268ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f268ab


Comments

No comments written yet.

Please login to write comment.