Color Hex Logo

#f07dff Color Hex

#F07DFF
(240,125,255)
0 Favorites   0 Comments

Color spaces of #f07dff

RGB 240125255
HSL0.811.000.75
HSV293°51°100°
CMYK 0.060.510.00   0.00
XYZ61.318840.412599.1763
Yxy40.41250.30520.2011
Hunter Lab63.570860.9276-47.9982
CIE-Lab69.762362.3726-46.0048

#f07dff color RGB value is (240,125,255).

#f07dff hex color red value is 240, green value is 125 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f07dff hue: 0.81 , saturation: 1.00 and the lightness value of f07dff is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111101 11111111
Octal 360 175 377
Decimal 240 125 255
Hex F0 7D FF

RGB Percentages of Color #f07dff

%38.71
%20.16
%41.13

CMYK Percentages of Color #f07dff

%6
%51
%0
%0

Triadic Colors of #f07dff

#f07dff #fff07d #7dfff0

Analogous Colors of #f07dff

#f07dff #ff7dcd #af7dff

Monochromatic Colors of #f07dff

#f07dff

Complementary Color

#f07dff #8cff7d

#f07dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07dff Color CSS Codes

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

#f07dff Text Font Color

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

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


#f07dff Background Color

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

This div background color is #f07dff


#f07dff Border Color

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

This div border color is #f07dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07dff

Related Colors


Comments

No comments written yet.

Please login to write comment.