Color Hex Logo

#f066ef Color Hex

#F066EF
(240,102,239)
0 Favorites   0 Comments

Color spaces of #f066ef

RGB 240102239
HSL0.830.820.67
HSV300°58°94°
CMYK 0.000.580.00   0.06
XYZ56.266534.260085.3086
Yxy34.26000.32000.1948
Hunter Lab58.532069.1599-45.4409
CIE-Lab65.168469.9665-44.4318

#f066ef color RGB value is (240,102,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100110 11101111
Octal 360 146 357
Decimal 240 102 239
Hex F0 66 EF

RGB Percentages of Color #f066ef

%41.31
%17.56
%41.14

CMYK Percentages of Color #f066ef

%0
%58
%0
%6

Triadic Colors of #f066ef

#f066ef #eff066 #66eff0

Analogous Colors of #f066ef

#f066ef #f066aa #ac66f0

Monochromatic Colors of #f066ef

#f066ef

Complementary Color

#f066ef #66f067

#f066ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f066ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f066ef Color CSS Codes

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

#f066ef Text Font Color

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

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


#f066ef Background Color

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

This div background color is #f066ef


#f066ef Border Color

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

This div border color is #f066ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f066ef


Comments

No comments written yet.

Please login to write comment.