Color Hex Logo

#f341ee Color Hex

#F341EE
(243,65,238)
0 Favorites   0 Comments

Color spaces of #f341ee

RGB 24365238
HSL0.840.880.60
HSV302°73°95°
CMYK 0.000.730.02   0.05
XYZ54.285129.008383.6269
Yxy29.00830.32520.1738
Hunter Lab53.859485.6571-54.3575
CIE-Lab60.789083.8564-50.7630

#f341ee color RGB value is (243,65,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01000001 11101110
Octal 363 101 356
Decimal 243 65 238
Hex F3 41 EE

RGB Percentages of Color #f341ee

%44.51
%11.90
%43.59

CMYK Percentages of Color #f341ee

%0
%73
%2
%5

Triadic Colors of #f341ee

#f341ee #eef341 #41eef3

Analogous Colors of #f341ee

#f341ee #f34195 #9f41f3

Monochromatic Colors of #f341ee

#f341ee

Complementary Color

#f341ee #41f346

#f341ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f341ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f341ee Color CSS Codes

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

#f341ee Text Font Color

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

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


#f341ee Background Color

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

This div background color is #f341ee


#f341ee Border Color

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

This div border color is #f341ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f341ee


Comments

No comments written yet.

Please login to write comment.