Color Hex Logo

#ff6dde Color Hex

#FF6DDE
(255,109,222)
0 Favorites   0 Comments

Color spaces of #ff6dde

RGB 255109222
HSL0.871.000.71
HSV314°57°100°
CMYK 0.000.570.13   0.00
XYZ59.893537.471273.1832
Yxy37.47120.35120.2197
Hunter Lab61.213767.5262-28.0337
CIE-Lab67.629168.1940-31.0038

#ff6dde color RGB value is (255,109,222).

#ff6dde hex color red value is 255, green value is 109 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ff6dde hue: 0.87 , saturation: 1.00 and the lightness value of ff6dde is 0.71.

The process color (four color CMYK) of #ff6dde color hex is 0.00, 0.57, 0.13, 0.00. Web safe color of #ff6dde is #ff66cc. Color #ff6dde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101101 11011110
Octal 377 155 336
Decimal 255 109 222
Hex FF 6D DE

RGB Percentages of Color #ff6dde

%43.52
%18.60
%37.88

CMYK Percentages of Color #ff6dde

%0
%57
%13
%0

Triadic Colors of #ff6dde

#ff6dde #deff6d #6ddeff

Analogous Colors of #ff6dde

#ff6dde #ff6d95 #d76dff

Monochromatic Colors of #ff6dde

#ff6dde

Complementary Color

#ff6dde #6dff8e

#ff6dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6dde Color CSS Codes

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

#ff6dde Text Font Color

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

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


#ff6dde Background Color

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

This div background color is #ff6dde


#ff6dde Border Color

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

This div border color is #ff6dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6dde


Comments

No comments written yet.

Please login to write comment.