Color Hex Logo

#f03ffd Color Hex

#F03FFD
(240,63,253)
0 Favorites   0 Comments

Color spaces of #f03ffd

RGB 24063253
HSL0.820.980.62
HSV296°75°99°
CMYK 0.050.750.00   0.01
XYZ55.442329.172195.6372
Yxy29.17210.30760.1618
Hunter Lab54.011288.7100-67.1765
CIE-Lab60.933286.1617-58.8933

#f03ffd color RGB value is (240,63,253).

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

The process color (four color CMYK) of #f03ffd color hex is 0.05, 0.75, 0.00, 0.01. Web safe color of #f03ffd is #ff33ff. Color #f03ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00111111 11111101
Octal 360 77 375
Decimal 240 63 253
Hex F0 3F FD

RGB Percentages of Color #f03ffd

%43.17
%11.33
%45.50

CMYK Percentages of Color #f03ffd

%5
%75
%0
%1

Triadic Colors of #f03ffd

#f03ffd #fdf03f #3ffdf0

Analogous Colors of #f03ffd

#f03ffd #fd3fab #913ffd

Monochromatic Colors of #f03ffd

#f03ffd

Complementary Color

#f03ffd #4cfd3f

#f03ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f03ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f03ffd Color CSS Codes

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

#f03ffd Text Font Color

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

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


#f03ffd Background Color

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

This div background color is #f03ffd


#f03ffd Border Color

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

This div border color is #f03ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f03ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.