Color Hex Logo

#dd1fbe Color Hex

#DD1FBE
(221,31,190)
0 Favorites   0 Comments

Color spaces of #dd1fbe

RGB 22131190
HSL0.860.750.49
HSV310°86°87°
CMYK 0.000.860.14   0.13
XYZ39.603020.069850.5017
Yxy20.06980.35950.1822
Hunter Lab44.799379.3967-35.4773
CIE-Lab51.916080.7091-37.7180

#dd1fbe color RGB value is (221,31,190).

#dd1fbe hex color red value is 221, green value is 31 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dd1fbe hue: 0.86 , saturation: 0.75 and the lightness value of dd1fbe is 0.49.

The process color (four color CMYK) of #dd1fbe color hex is 0.00, 0.86, 0.14, 0.13. Web safe color of #dd1fbe is #cc33cc. Color #dd1fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011111 10111110
Octal 335 37 276
Decimal 221 31 190
Hex DD 1F BE

RGB Percentages of Color #dd1fbe

%50.00
%7.01
%42.99

CMYK Percentages of Color #dd1fbe

%0
%86
%14
%13

Triadic Colors of #dd1fbe

#dd1fbe #bedd1f #1fbedd

Analogous Colors of #dd1fbe

#dd1fbe #dd1f5f #9d1fdd

Monochromatic Colors of #dd1fbe

#dd1fbe

Complementary Color

#dd1fbe #1fdd3e

#dd1fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd1fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd1fbe Color CSS Codes

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

#dd1fbe Text Font Color

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

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


#dd1fbe Background Color

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

This div background color is #dd1fbe


#dd1fbe Border Color

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

This div border color is #dd1fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd1fbe


Comments

No comments written yet.

Please login to write comment.