Color Hex Logo

#f165ef Color Hex

#F165EF
(241,101,239)
0 Favorites   0 Comments

Color spaces of #f165ef

RGB 241101239
HSL0.840.830.67
HSV301°58°95°
CMYK 0.000.580.01   0.05
XYZ56.509334.240185.2920
Yxy34.24010.32100.1945
Hunter Lab58.515069.9802-45.4611
CIE-Lab65.152770.6372-44.4469

#f165ef color RGB value is (241,101,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100101 11101111
Octal 361 145 357
Decimal 241 101 239
Hex F1 65 EF

RGB Percentages of Color #f165ef

%41.48
%17.38
%41.14

CMYK Percentages of Color #f165ef

%0
%58
%1
%5

Triadic Colors of #f165ef

#f165ef #eff165 #65eff1

Analogous Colors of #f165ef

#f165ef #f165a9 #ad65f1

Monochromatic Colors of #f165ef

#f165ef

Complementary Color

#f165ef #65f167

#f165ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f165ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f165ef Color CSS Codes

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

#f165ef Text Font Color

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

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


#f165ef Background Color

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

This div background color is #f165ef


#f165ef Border Color

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

This div border color is #f165ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,101,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f165ef


Comments

No comments written yet.

Please login to write comment.