Color Hex Logo

#f26aeb Color Hex

#F26AEB
(242,106,235)
0 Favorites   0 Comments

Color spaces of #f26aeb

RGB 242106235
HSL0.840.840.68
HSV303°56°95°
CMYK 0.000.560.03   0.05
XYZ56.767435.183582.3964
Yxy35.18350.32560.2018
Hunter Lab59.315767.0290-40.8397
CIE-Lab65.891368.0928-41.0631

#f26aeb color RGB value is (242,106,235).

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

The process color (four color CMYK) of #f26aeb color hex is 0.00, 0.56, 0.03, 0.05. Web safe color of #f26aeb is #ff66ff. Color #f26aeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01101010 11101011
Octal 362 152 353
Decimal 242 106 235
Hex F2 6A EB

RGB Percentages of Color #f26aeb

%41.51
%18.18
%40.31

CMYK Percentages of Color #f26aeb

%0
%56
%3
%5

Triadic Colors of #f26aeb

#f26aeb #ebf26a #6aebf2

Analogous Colors of #f26aeb

#f26aeb #f26aa7 #b56af2

Monochromatic Colors of #f26aeb

#f26aeb

Complementary Color

#f26aeb #6af271

#f26aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f26aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f26aeb Color CSS Codes

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

#f26aeb Text Font Color

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

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


#f26aeb Background Color

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

This div background color is #f26aeb


#f26aeb Border Color

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

This div border color is #f26aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f26aeb


Comments

No comments written yet.

Please login to write comment.