Color Hex Logo

#f26abd Color Hex

#F26ABD
(242,106,189)
0 Favorites   0 Comments

Color spaces of #f26abd

RGB 242106189
HSL0.900.840.68
HSV323°56°95°
CMYK 0.000.560.22   0.05
XYZ50.957332.859451.8009
Yxy32.85940.37570.2423
Hunter Lab57.323158.3618-13.4521
CIE-Lab64.046961.1572-18.1191

#f26abd color RGB value is (242,106,189).

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

The process color (four color CMYK) of #f26abd color hex is 0.00, 0.56, 0.22, 0.05. Web safe color of #f26abd is #ff66cc. Color #f26abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01101010 10111101
Octal 362 152 275
Decimal 242 106 189
Hex F2 6A BD

RGB Percentages of Color #f26abd

%45.07
%19.74
%35.20

CMYK Percentages of Color #f26abd

%0
%56
%22
%5

Triadic Colors of #f26abd

#f26abd #bdf26a #6abdf2

Analogous Colors of #f26abd

#f26abd #f26a79 #e36af2

Monochromatic Colors of #f26abd

#f26abd

Complementary Color

#f26abd #6af29f

#f26abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f26abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f26abd Color CSS Codes

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

#f26abd Text Font Color

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

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


#f26abd Background Color

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

This div background color is #f26abd


#f26abd Border Color

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

This div border color is #f26abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f26abd


Comments

No comments written yet.

Please login to write comment.