Color Hex Logo

#f065ef Color Hex

#F065EF
(240,101,239)
0 Favorites   0 Comments

Color spaces of #f065ef

RGB 240101239
HSL0.830.820.67
HSV300°58°94°
CMYK 0.000.580.00   0.06
XYZ56.168834.064685.2761
Yxy34.06460.32000.1941
Hunter Lab58.364969.6451-45.7723
CIE-Lab65.013870.3897-44.6749

#f065ef color RGB value is (240,101,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100101 11101111
Octal 360 145 357
Decimal 240 101 239
Hex F0 65 EF

RGB Percentages of Color #f065ef

%41.38
%17.41
%41.21

CMYK Percentages of Color #f065ef

%0
%58
%0
%6

Triadic Colors of #f065ef

#f065ef #eff065 #65eff0

Analogous Colors of #f065ef

#f065ef #f065aa #ac65f0

Monochromatic Colors of #f065ef

#f065ef

Complementary Color

#f065ef #65f066

#f065ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f065ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f065ef Color CSS Codes

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

#f065ef Text Font Color

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

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


#f065ef Background Color

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

This div background color is #f065ef


#f065ef Border Color

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

This div border color is #f065ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f065ef


Comments

No comments written yet.

Please login to write comment.