Color Hex Logo

#f00efd Color Hex

#F00EFD
(240,14,253)
0 Favorites   0 Comments

Color spaces of #f00efd

RGB 24014253
HSL0.820.980.52
HSV297°94°99°
CMYK 0.050.940.00   0.01
XYZ53.821825.931295.0970
Yxy25.93120.30780.1483
Hunter Lab50.922799.5476-75.0769
CIE-Lab57.971794.8163-63.6381

#f00efd color RGB value is (240,14,253).

#f00efd hex color red value is 240, green value is 14 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f00efd hue: 0.82 , saturation: 0.98 and the lightness value of f00efd is 0.52.

The process color (four color CMYK) of #f00efd color hex is 0.05, 0.94, 0.00, 0.01. Web safe color of #f00efd is #ff00ff. Color #f00efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001110 11111101
Octal 360 16 375
Decimal 240 14 253
Hex F0 E FD

RGB Percentages of Color #f00efd

%47.34
%2.76
%49.90

CMYK Percentages of Color #f00efd

%5
%94
%0
%1

Triadic Colors of #f00efd

#f00efd #fdf00e #0efdf0

Analogous Colors of #f00efd

#f00efd #fd0e93 #790efd

Monochromatic Colors of #f00efd

#f00efd

Complementary Color

#f00efd #1bfd0e

#f00efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00efd Color CSS Codes

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

#f00efd Text Font Color

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

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


#f00efd Background Color

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

This div background color is #f00efd


#f00efd Border Color

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

This div border color is #f00efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00efd

Related Colors


Comments

No comments written yet.

Please login to write comment.