Color Hex Logo

#ff3cdd Color Hex

#FF3CDD
(255,60,221)
0 Favorites   0 Comments

Color spaces of #ff3cdd

RGB 25560221
HSL0.861.000.62
HSV310°76°100°
CMYK 0.000.760.13   0.00
XYZ55.907029.712271.1950
Yxy29.71220.35650.1895
Hunter Lab54.508987.6878-39.2834
CIE-Lab61.405185.2916-40.1336

#ff3cdd color RGB value is (255,60,221).

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

The process color (four color CMYK) of #ff3cdd color hex is 0.00, 0.76, 0.13, 0.00. Web safe color of #ff3cdd is #ff33cc. Color #ff3cdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00111100 11011101
Octal 377 74 335
Decimal 255 60 221
Hex FF 3C DD

RGB Percentages of Color #ff3cdd

%47.57
%11.19
%41.23

CMYK Percentages of Color #ff3cdd

%0
%76
%13
%0

Triadic Colors of #ff3cdd

#ff3cdd #ddff3c #3cddff

Analogous Colors of #ff3cdd

#ff3cdd #ff3c7c #c03cff

Monochromatic Colors of #ff3cdd

#ff3cdd

Complementary Color

#ff3cdd #3cff5e

#ff3cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff3cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff3cdd Color CSS Codes

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

#ff3cdd Text Font Color

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

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


#ff3cdd Background Color

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

This div background color is #ff3cdd


#ff3cdd Border Color

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

This div border color is #ff3cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff3cdd


Comments

No comments written yet.

Please login to write comment.