Color Hex Logo

#ff7ddc Color Hex

#FF7DDC
(255,125,220)
0 Favorites   0 Comments

Color spaces of #ff7ddc

RGB 255125220
HSL0.881.000.75
HSV316°51°100°
CMYK 0.000.510.14   0.00
XYZ61.491941.094572.4012
Yxy41.09450.35140.2348
Hunter Lab64.105059.0401-22.0896
CIE-Lab70.242160.7109-25.8723

#ff7ddc color RGB value is (255,125,220).

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

The process color (four color CMYK) of #ff7ddc color hex is 0.00, 0.51, 0.14, 0.00. Web safe color of #ff7ddc is #ff66cc. Color #ff7ddc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01111101 11011100
Octal 377 175 334
Decimal 255 125 220
Hex FF 7D DC

RGB Percentages of Color #ff7ddc

%42.50
%20.83
%36.67

CMYK Percentages of Color #ff7ddc

%0
%51
%14
%0

Triadic Colors of #ff7ddc

#ff7ddc #dcff7d #7ddcff

Analogous Colors of #ff7ddc

#ff7ddc #ff7d9b #e17dff

Monochromatic Colors of #ff7ddc

#ff7ddc

Complementary Color

#ff7ddc #7dffa0

#ff7ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff7ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff7ddc Color CSS Codes

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

#ff7ddc Text Font Color

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

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


#ff7ddc Background Color

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

This div background color is #ff7ddc


#ff7ddc Border Color

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

This div border color is #ff7ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff7ddc


Comments

No comments written yet.

Please login to write comment.