Color Hex Logo

#ff2ddc Color Hex

#FF2DDC
(255,45,220)
0 Favorites   0 Comments

Color spaces of #ff2ddc

RGB 25545220
HSL0.861.000.59
HSV310°82°100°
CMYK 0.000.820.14   0.00
XYZ55.096728.304170.2695
Yxy28.30410.35850.1842
Hunter Lab53.201691.7556-41.0700
CIE-Lab60.162588.6139-41.5206

#ff2ddc color RGB value is (255,45,220).

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

The process color (four color CMYK) of #ff2ddc color hex is 0.00, 0.82, 0.14, 0.00. Web safe color of #ff2ddc is #ff33cc. Color #ff2ddc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00101101 11011100
Octal 377 55 334
Decimal 255 45 220
Hex FF 2D DC

RGB Percentages of Color #ff2ddc

%49.04
%8.65
%42.31

CMYK Percentages of Color #ff2ddc

%0
%82
%14
%0

Triadic Colors of #ff2ddc

#ff2ddc #dcff2d #2ddcff

Analogous Colors of #ff2ddc

#ff2ddc #ff2d73 #b92dff

Monochromatic Colors of #ff2ddc

#ff2ddc

Complementary Color

#ff2ddc #2dff50

#ff2ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff2ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff2ddc Color CSS Codes

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

#ff2ddc Text Font Color

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

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


#ff2ddc Background Color

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

This div background color is #ff2ddc


#ff2ddc Border Color

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

This div border color is #ff2ddc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,45,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 #ff2ddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff2ddc


Comments

No comments written yet.

Please login to write comment.