Color Hex Logo

#f626ec Color Hex

#F626EC
(246,38,236)
0 Favorites   0 Comments

Color spaces of #f626ec

RGB 24638236
HSL0.840.920.56
HSV303°85°96°
CMYK 0.000.850.04   0.04
XYZ53.839527.035281.7375
Yxy27.03520.33110.1663
Hunter Lab51.995493.8389-56.8080
CIE-Lab59.006990.3995-52.4456

#f626ec color RGB value is (246,38,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00100110 11101100
Octal 366 46 354
Decimal 246 38 236
Hex F6 26 EC

RGB Percentages of Color #f626ec

%47.31
%7.31
%45.38

CMYK Percentages of Color #f626ec

%0
%85
%4
%4

Triadic Colors of #f626ec

#f626ec #ecf626 #26ecf6

Analogous Colors of #f626ec

#f626ec #f62684 #9826f6

Monochromatic Colors of #f626ec

#f626ec

Complementary Color

#f626ec #26f630

#f626ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f626ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f626ec Color CSS Codes

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

#f626ec Text Font Color

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

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


#f626ec Background Color

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

This div background color is #f626ec


#f626ec Border Color

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

This div border color is #f626ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f626ec


Comments

No comments written yet.

Please login to write comment.