Color Hex Logo

#f621eb Color Hex

#F621EB
(246,33,235)
0 Favorites   0 Comments

Color spaces of #f621eb

RGB 24633235
HSL0.840.920.55
HSV303°87°96°
CMYK 0.000.870.04   0.04
XYZ53.545326.678780.9246
Yxy26.67870.33230.1656
Hunter Lab51.651494.6550-56.7363
CIE-Lab58.675791.0720-52.4120

#f621eb color RGB value is (246,33,235).

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

The process color (four color CMYK) of #f621eb color hex is 0.00, 0.87, 0.04, 0.04. Web safe color of #f621eb is #ff33ff. Color #f621eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100001 11101011
Octal 366 41 353
Decimal 246 33 235
Hex F6 21 EB

RGB Percentages of Color #f621eb

%47.86
%6.42
%45.72

CMYK Percentages of Color #f621eb

%0
%87
%4
%4

Triadic Colors of #f621eb

#f621eb #ebf621 #21ebf6

Analogous Colors of #f621eb

#f621eb #f62181 #9721f6

Monochromatic Colors of #f621eb

#f621eb

Complementary Color

#f621eb #21f62c

#f621eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f621eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f621eb Color CSS Codes

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

#f621eb Text Font Color

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

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


#f621eb Background Color

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

This div background color is #f621eb


#f621eb Border Color

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

This div border color is #f621eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f621eb


Comments

No comments written yet.

Please login to write comment.