Color Hex Logo

#f07dfd Color Hex

#F07DFD
(240,125,253)
0 Favorites   0 Comments

Color spaces of #f07dfd

RGB 240125253
HSL0.820.970.74
HSV294°51°99°
CMYK 0.050.510.00   0.01
XYZ60.998440.284397.4892
Yxy40.28430.30690.2027
Hunter Lab63.469960.4769-46.6400
CIE-Lab69.671562.0101-45.0557

#f07dfd color RGB value is (240,125,253).

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

The process color (four color CMYK) of #f07dfd color hex is 0.05, 0.51, 0.00, 0.01. Web safe color of #f07dfd is #ff66ff. Color #f07dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111101 11111101
Octal 360 175 375
Decimal 240 125 253
Hex F0 7D FD

RGB Percentages of Color #f07dfd

%38.83
%20.23
%40.94

CMYK Percentages of Color #f07dfd

%5
%51
%0
%1

Triadic Colors of #f07dfd

#f07dfd #fdf07d #7dfdf0

Analogous Colors of #f07dfd

#f07dfd #fd7dca #b07dfd

Monochromatic Colors of #f07dfd

#f07dfd

Complementary Color

#f07dfd #8afd7d

#f07dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07dfd Color CSS Codes

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

#f07dfd Text Font Color

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

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


#f07dfd Background Color

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

This div background color is #f07dfd


#f07dfd Border Color

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

This div border color is #f07dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.