Color Hex Logo

#f31eaa Color Hex

#F31EAA
(243,30,170)
0 Favorites   0 Comments

Color spaces of #f31eaa

RGB 24330170
HSL0.890.900.54
HSV321°88°95°
CMYK 0.000.880.30   0.05
XYZ44.682122.885540.0925
Yxy22.88550.41500.2126
Hunter Lab47.838883.0036-16.2023
CIE-Lab54.954282.9410-21.0152

#f31eaa color RGB value is (243,30,170).

#f31eaa hex color red value is 243, green value is 30 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f31eaa hue: 0.89 , saturation: 0.90 and the lightness value of f31eaa is 0.54.

The process color (four color CMYK) of #f31eaa color hex is 0.00, 0.88, 0.30, 0.05. Web safe color of #f31eaa is #ff3399. Color #f31eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00011110 10101010
Octal 363 36 252
Decimal 243 30 170
Hex F3 1E AA

RGB Percentages of Color #f31eaa

%54.85
%6.77
%38.37

CMYK Percentages of Color #f31eaa

%0
%88
%30
%5

Triadic Colors of #f31eaa

#f31eaa #aaf31e #1eaaf3

Analogous Colors of #f31eaa

#f31eaa #f31e3f #d21ef3

Monochromatic Colors of #f31eaa

#f31eaa

Complementary Color

#f31eaa #1ef367

#f31eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f31eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f31eaa Color CSS Codes

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

#f31eaa Text Font Color

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

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


#f31eaa Background Color

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

This div background color is #f31eaa


#f31eaa Border Color

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

This div border color is #f31eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f31eaa


Comments

No comments written yet.

Please login to write comment.