Color Hex Logo

#ff6ddd Color Hex

#FF6DDD
(255,109,221)
0 Favorites   0 Comments

Color spaces of #ff6ddd

RGB 255109221
HSL0.871.000.71
HSV314°57°100°
CMYK 0.000.570.13   0.00
XYZ59.759837.417772.4793
Yxy37.41770.35220.2205
Hunter Lab61.170067.3374-27.4327
CIE-Lab67.589268.0465-30.5089

#ff6ddd color RGB value is (255,109,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01101101 11011101
Octal 377 155 335
Decimal 255 109 221
Hex FF 6D DD

RGB Percentages of Color #ff6ddd

%43.59
%18.63
%37.78

CMYK Percentages of Color #ff6ddd

%0
%57
%13
%0

Triadic Colors of #ff6ddd

#ff6ddd #ddff6d #6dddff

Analogous Colors of #ff6ddd

#ff6ddd #ff6d94 #d86dff

Monochromatic Colors of #ff6ddd

#ff6ddd

Complementary Color

#ff6ddd #6dff8f

#ff6ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff6ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff6ddd Color CSS Codes

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

#ff6ddd Text Font Color

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

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


#ff6ddd Background Color

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

This div background color is #ff6ddd


#ff6ddd Border Color

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

This div border color is #ff6ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff6ddd

Related Colors


Comments

No comments written yet.

Please login to write comment.