Color Hex Logo

#f31aed Color Hex

#F31AED
(243,26,237)
0 Favorites   0 Comments

Color spaces of #f31aed

RGB 24326237
HSL0.840.900.53
HSV302°89°95°
CMYK 0.000.890.02   0.05
XYZ52.617625.907982.3482
Yxy25.90790.32710.1610
Hunter Lab50.899895.4495-60.2924
CIE-Lab57.949591.8035-54.7202

#f31aed color RGB value is (243,26,237).

#f31aed hex color red value is 243, green value is 26 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f31aed hue: 0.84 , saturation: 0.90 and the lightness value of f31aed is 0.53.

The process color (four color CMYK) of #f31aed color hex is 0.00, 0.89, 0.02, 0.05. Web safe color of #f31aed is #ff33ff. Color #f31aed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00011010 11101101
Octal 363 32 355
Decimal 243 26 237
Hex F3 1A ED

RGB Percentages of Color #f31aed

%48.02
%5.14
%46.84

CMYK Percentages of Color #f31aed

%0
%89
%2
%5

Triadic Colors of #f31aed

#f31aed #edf31a #1aedf3

Analogous Colors of #f31aed

#f31aed #f31a81 #8d1af3

Monochromatic Colors of #f31aed

#f31aed

Complementary Color

#f31aed #1af320

#f31aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f31aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f31aed Color CSS Codes

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

#f31aed Text Font Color

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

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


#f31aed Background Color

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

This div background color is #f31aed


#f31aed Border Color

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

This div border color is #f31aed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,26,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f31aed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f31aed;
  -webkit-box-shadow: 1px 1px 3px 2px #f31aed;
  box-shadow:         1px 1px 3px 2px #f31aed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,26,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f31aed


Comments

No comments written yet.

Please login to write comment.