Color Hex Logo

#f361eb Color Hex

#F361EB
(243,97,235)
0 Favorites   0 Comments

Color spaces of #f361eb

RGB 24397235
HSL0.840.860.67
HSV303°60°95°
CMYK 0.000.600.03   0.05
XYZ56.232233.602282.1194
Yxy33.60220.32700.1954
Hunter Lab57.967471.7138-43.4159
CIE-Lab64.645672.1348-43.0064

#f361eb color RGB value is (243,97,235).

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

The process color (four color CMYK) of #f361eb color hex is 0.00, 0.60, 0.03, 0.05. Web safe color of #f361eb is #ff66ff. Color #f361eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01100001 11101011
Octal 363 141 353
Decimal 243 97 235
Hex F3 61 EB

RGB Percentages of Color #f361eb

%42.26
%16.87
%40.87

CMYK Percentages of Color #f361eb

%0
%60
%3
%5

Triadic Colors of #f361eb

#f361eb #ebf361 #61ebf3

Analogous Colors of #f361eb

#f361eb #f361a2 #b261f3

Monochromatic Colors of #f361eb

#f361eb

Complementary Color

#f361eb #61f369

#f361eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f361eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f361eb Color CSS Codes

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

#f361eb Text Font Color

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

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


#f361eb Background Color

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

This div background color is #f361eb


#f361eb Border Color

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

This div border color is #f361eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,97,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 #f361eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f361eb


Comments

No comments written yet.

Please login to write comment.