Color Hex Logo

#f621ee Color Hex

#F621EE
(246,33,238)
0 Favorites   0 Comments

Color spaces of #f621ee

RGB 24633238
HSL0.840.920.55
HSV302°87°96°
CMYK 0.000.870.03   0.04
XYZ53.982526.853683.2270
Yxy26.85360.32900.1637
Hunter Lab51.820595.2615-58.9492
CIE-Lab58.838691.4910-53.8333

#f621ee color RGB value is (246,33,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100001 11101110
Octal 366 41 356
Decimal 246 33 238
Hex F6 21 EE

RGB Percentages of Color #f621ee

%47.58
%6.38
%46.03

CMYK Percentages of Color #f621ee

%0
%87
%3
%4

Triadic Colors of #f621ee

#f621ee #eef621 #21eef6

Analogous Colors of #f621ee

#f621ee #f62184 #9421f6

Monochromatic Colors of #f621ee

#f621ee

Complementary Color

#f621ee #21f629

#f621ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f621ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f621ee Color CSS Codes

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

#f621ee Text Font Color

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

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


#f621ee Background Color

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

This div background color is #f621ee


#f621ee Border Color

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

This div border color is #f621ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,33,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f621ee


Comments

No comments written yet.

Please login to write comment.