Color Hex Logo

#ff7def Color Hex

#FF7DEF
(255,125,239)
0 Favorites   0 Comments

Color spaces of #ff7def

RGB 255125239
HSL0.851.000.75
HSV307°51°100°
CMYK 0.000.510.06   0.00
XYZ64.153642.159286.4176
Yxy42.15920.33290.2187
Hunter Lab64.930162.7376-33.4599
CIE-Lab70.980563.6794-35.2064

#ff7def color RGB value is (255,125,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111101 11101111
Octal 377 175 357
Decimal 255 125 239
Hex FF 7D EF

RGB Percentages of Color #ff7def

%41.20
%20.19
%38.61

CMYK Percentages of Color #ff7def

%0
%51
%6
%0

Triadic Colors of #ff7def

#ff7def #efff7d #7defff

Analogous Colors of #ff7def

#ff7def #ff7dae #ce7dff

Monochromatic Colors of #ff7def

#ff7def

Complementary Color

#ff7def #7dff8d

#ff7def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7def Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7def Color CSS Codes

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

#ff7def Text Font Color

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

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


#ff7def Background Color

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

This div background color is #ff7def


#ff7def Border Color

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

This div border color is #ff7def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7def


Comments

No comments written yet.

Please login to write comment.