Color Hex Logo

#f331ea Color Hex

#F331EA
(243,49,234)
0 Favorites   0 Comments

Color spaces of #f331ea

RGB 24349234
HSL0.840.890.57
HSV303°80°95°
CMYK 0.000.800.04   0.05
XYZ52.911727.191880.3017
Yxy27.19180.32990.1695
Hunter Lab52.145889.8668-54.8014
CIE-Lab59.151487.3863-51.1258

#f331ea color RGB value is (243,49,234).

#f331ea hex color red value is 243, green value is 49 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f331ea hue: 0.84 , saturation: 0.89 and the lightness value of f331ea is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00110001 11101010
Octal 363 61 352
Decimal 243 49 234
Hex F3 31 EA

RGB Percentages of Color #f331ea

%46.20
%9.32
%44.49

CMYK Percentages of Color #f331ea

%0
%80
%4
%5

Triadic Colors of #f331ea

#f331ea #eaf331 #31eaf3

Analogous Colors of #f331ea

#f331ea #f33189 #9b31f3

Monochromatic Colors of #f331ea

#f331ea

Complementary Color

#f331ea #31f33a

#f331ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f331ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f331ea Color CSS Codes

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

#f331ea Text Font Color

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

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


#f331ea Background Color

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

This div background color is #f331ea


#f331ea Border Color

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

This div border color is #f331ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f331ea


Comments

No comments written yet.

Please login to write comment.