Color Hex Logo

#f20aeb Color Hex

#F20AEB
(242,10,235)
0 Favorites   0 Comments

Color spaces of #f20aeb

RGB 24210235
HSL0.840.920.49
HSV302°96°95°
CMYK 0.000.960.03   0.05
XYZ51.721925.092580.7145
Yxy25.09250.32830.1593
Hunter Lab50.092496.6448-60.4700
CIE-Lab57.165492.8402-54.8591

#f20aeb color RGB value is (242,10,235).

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

The process color (four color CMYK) of #f20aeb color hex is 0.00, 0.96, 0.03, 0.05. Web safe color of #f20aeb is #ff00ff. Color #f20aeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001010 11101011
Octal 362 12 353
Decimal 242 10 235
Hex F2 A EB

RGB Percentages of Color #f20aeb

%49.69
%2.05
%48.25

CMYK Percentages of Color #f20aeb

%0
%96
%3
%5

Triadic Colors of #f20aeb

#f20aeb #ebf20a #0aebf2

Analogous Colors of #f20aeb

#f20aeb #f20a77 #850af2

Monochromatic Colors of #f20aeb

#f20aeb

Complementary Color

#f20aeb #0af211

#f20aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20aeb Color CSS Codes

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

#f20aeb Text Font Color

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

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


#f20aeb Background Color

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

This div background color is #f20aeb


#f20aeb Border Color

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

This div border color is #f20aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,10,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 #f20aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20aeb


Comments

No comments written yet.

Please login to write comment.