Color Hex Logo

#f341eb Color Hex

#F341EB
(243,65,235)
0 Favorites   0 Comments

Color spaces of #f341eb

RGB 24365235
HSL0.840.880.60
HSV303°73°95°
CMYK 0.000.730.03   0.05
XYZ53.847828.833481.3246
Yxy28.83340.32830.1758
Hunter Lab53.696785.0329-52.2080
CIE-Lab60.634383.4060-49.3331

#f341eb color RGB value is (243,65,235).

#f341eb hex color red value is 243, green value is 65 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #f341eb hue: 0.84 , saturation: 0.88 and the lightness value of f341eb is 0.60.

The process color (four color CMYK) of #f341eb color hex is 0.00, 0.73, 0.03, 0.05. Web safe color of #f341eb is #ff33ff. Color #f341eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01000001 11101011
Octal 363 101 353
Decimal 243 65 235
Hex F3 41 EB

RGB Percentages of Color #f341eb

%44.75
%11.97
%43.28

CMYK Percentages of Color #f341eb

%0
%73
%3
%5

Triadic Colors of #f341eb

#f341eb #ebf341 #41ebf3

Analogous Colors of #f341eb

#f341eb #f34192 #a241f3

Monochromatic Colors of #f341eb

#f341eb

Complementary Color

#f341eb #41f349

#f341eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f341eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f341eb Color CSS Codes

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

#f341eb Text Font Color

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

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


#f341eb Background Color

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

This div background color is #f341eb


#f341eb Border Color

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

This div border color is #f341eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f341eb


Comments

No comments written yet.

Please login to write comment.