Color Hex Logo

#f21eeb Color Hex

#F21EEB
(242,30,235)
0 Favorites   0 Comments

Color spaces of #f21eeb

RGB 24230235
HSL0.840.890.53
HSV302°88°95°
CMYK 0.000.880.03   0.05
XYZ52.077625.804080.8331
Yxy25.80400.32810.1626
Hunter Lab50.797694.1018-58.7885
CIE-Lab57.850590.8208-53.7665

#f21eeb color RGB value is (242,30,235).

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

The process color (four color CMYK) of #f21eeb color hex is 0.00, 0.88, 0.03, 0.05. Web safe color of #f21eeb is #ff33ff. Color #f21eeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00011110 11101011
Octal 362 36 353
Decimal 242 30 235
Hex F2 1E EB

RGB Percentages of Color #f21eeb

%47.73
%5.92
%46.35

CMYK Percentages of Color #f21eeb

%0
%88
%3
%5

Triadic Colors of #f21eeb

#f21eeb #ebf21e #1eebf2

Analogous Colors of #f21eeb

#f21eeb #f21e81 #8f1ef2

Monochromatic Colors of #f21eeb

#f21eeb

Complementary Color

#f21eeb #1ef225

#f21eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f21eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f21eeb Color CSS Codes

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

#f21eeb Text Font Color

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

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


#f21eeb Background Color

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

This div background color is #f21eeb


#f21eeb Border Color

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

This div border color is #f21eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f21eeb


Comments

No comments written yet.

Please login to write comment.