Color Hex Logo

#f063ea Color Hex

#F063EA
(240,99,234)
0 Favorites   0 Comments

Color spaces of #f063ea

RGB 24099234
HSL0.840.820.66
HSV303°59°94°
CMYK 0.000.590.03   0.06
XYZ55.248333.389581.3748
Yxy33.38950.32500.1964
Hunter Lab57.783669.5466-43.0476
CIE-Lab64.475170.4073-42.7485

#f063ea color RGB value is (240,99,234).

#f063ea hex color red value is 240, green value is 99 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f063ea hue: 0.84 , saturation: 0.82 and the lightness value of f063ea is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01100011 11101010
Octal 360 143 352
Decimal 240 99 234
Hex F0 63 EA

RGB Percentages of Color #f063ea

%41.88
%17.28
%40.84

CMYK Percentages of Color #f063ea

%0
%59
%3
%6

Triadic Colors of #f063ea

#f063ea #eaf063 #63eaf0

Analogous Colors of #f063ea

#f063ea #f063a4 #b063f0

Monochromatic Colors of #f063ea

#f063ea

Complementary Color

#f063ea #63f069

#f063ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f063ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f063ea Color CSS Codes

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

#f063ea Text Font Color

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

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


#f063ea Background Color

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

This div background color is #f063ea


#f063ea Border Color

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

This div border color is #f063ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,99,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f063ea


Comments

No comments written yet.

Please login to write comment.