Color Hex Logo

#f02aeb Color Hex

#F02AEB
(240,42,235)
0 Favorites   0 Comments

Color spaces of #f02aeb

RGB 24042235
HSL0.840.870.55
HSV302°83°94°
CMYK 0.000.830.02   0.06
XYZ51.758526.179480.9224
Yxy26.17940.32580.1648
Hunter Lab51.165891.0275-57.9553
CIE-Lab58.206988.4472-53.2186

#f02aeb color RGB value is (240,42,235).

#f02aeb hex color red value is 240, green value is 42 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f02aeb hue: 0.84 , saturation: 0.87 and the lightness value of f02aeb is 0.55.

The process color (four color CMYK) of #f02aeb color hex is 0.00, 0.83, 0.02, 0.06. Web safe color of #f02aeb is #ff33ff. Color #f02aeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101010 11101011
Octal 360 52 353
Decimal 240 42 235
Hex F0 2A EB

RGB Percentages of Color #f02aeb

%46.42
%8.12
%45.45

CMYK Percentages of Color #f02aeb

%0
%83
%2
%6

Triadic Colors of #f02aeb

#f02aeb #ebf02a #2aebf0

Analogous Colors of #f02aeb

#f02aeb #f02a88 #922af0

Monochromatic Colors of #f02aeb

#f02aeb

Complementary Color

#f02aeb #2af02f

#f02aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02aeb Color CSS Codes

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

#f02aeb Text Font Color

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

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


#f02aeb Background Color

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

This div background color is #f02aeb


#f02aeb Border Color

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

This div border color is #f02aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f02aeb


Comments

No comments written yet.

Please login to write comment.