Color Hex Logo

#f26dbe Color Hex

#F26DBE
(242,109,190)
0 Favorites   0 Comments

Color spaces of #f26dbe

RGB 242109190
HSL0.900.840.69
HSV323°55°95°
CMYK 0.000.550.21   0.05
XYZ51.380933.532252.4795
Yxy33.53220.37400.2441
Hunter Lab57.907057.0459-13.1980
CIE-Lab64.589559.9407-17.8623

#f26dbe color RGB value is (242,109,190).

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

The process color (four color CMYK) of #f26dbe color hex is 0.00, 0.55, 0.21, 0.05. Web safe color of #f26dbe is #ff66cc. Color #f26dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01101101 10111110
Octal 362 155 276
Decimal 242 109 190
Hex F2 6D BE

RGB Percentages of Color #f26dbe

%44.73
%20.15
%35.12

CMYK Percentages of Color #f26dbe

%0
%55
%21
%5

Triadic Colors of #f26dbe

#f26dbe #bef26d #6dbef2

Analogous Colors of #f26dbe

#f26dbe #f26d7c #e46df2

Monochromatic Colors of #f26dbe

#f26dbe

Complementary Color

#f26dbe #6df2a1

#f26dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f26dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f26dbe Color CSS Codes

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

#f26dbe Text Font Color

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

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


#f26dbe Background Color

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

This div background color is #f26dbe


#f26dbe Border Color

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

This div border color is #f26dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f26dbe


Comments

No comments written yet.

Please login to write comment.