Color Hex Logo

#f165eb Color Hex

#F165EB
(241,101,235)
0 Favorites   0 Comments

Color spaces of #f165eb

RGB 241101235
HSL0.840.830.67
HSV303°58°95°
CMYK 0.000.580.02   0.05
XYZ55.924734.006382.2136
Yxy34.00630.32490.1975
Hunter Lab58.314969.1325-42.7678
CIE-Lab64.967669.9804-42.5208

#f165eb color RGB value is (241,101,235).

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

The process color (four color CMYK) of #f165eb color hex is 0.00, 0.58, 0.02, 0.05. Web safe color of #f165eb is #ff66ff. Color #f165eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100101 11101011
Octal 361 145 353
Decimal 241 101 235
Hex F1 65 EB

RGB Percentages of Color #f165eb

%41.77
%17.50
%40.73

CMYK Percentages of Color #f165eb

%0
%58
%2
%5

Triadic Colors of #f165eb

#f165eb #ebf165 #65ebf1

Analogous Colors of #f165eb

#f165eb #f165a5 #b165f1

Monochromatic Colors of #f165eb

#f165eb

Complementary Color

#f165eb #65f16b

#f165eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f165eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f165eb Color CSS Codes

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

#f165eb Text Font Color

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

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


#f165eb Background Color

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

This div background color is #f165eb


#f165eb Border Color

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

This div border color is #f165eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f165eb


Comments

No comments written yet.

Please login to write comment.