Color Hex Logo

#dd25bd Color Hex

#DD25BD
(221,37,189)
0 Favorites   0 Comments

Color spaces of #dd25bd

RGB 22137189
HSL0.860.730.51
HSV310°83°87°
CMYK 0.000.830.14   0.13
XYZ39.665720.369449.9852
Yxy20.36940.36050.1851
Hunter Lab45.132577.8970-34.0722
CIE-Lab52.252379.4566-36.6086

#dd25bd color RGB value is (221,37,189).

#dd25bd hex color red value is 221, green value is 37 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dd25bd hue: 0.86 , saturation: 0.73 and the lightness value of dd25bd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100101 10111101
Octal 335 45 275
Decimal 221 37 189
Hex DD 25 BD

RGB Percentages of Color #dd25bd

%49.44
%8.28
%42.28

CMYK Percentages of Color #dd25bd

%0
%83
%14
%13

Triadic Colors of #dd25bd

#dd25bd #bddd25 #25bddd

Analogous Colors of #dd25bd

#dd25bd #dd2561 #a125dd

Monochromatic Colors of #dd25bd

#dd25bd

Complementary Color

#dd25bd #25dd45

#dd25bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd25bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd25bd Color CSS Codes

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

#dd25bd Text Font Color

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

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


#dd25bd Background Color

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

This div background color is #dd25bd


#dd25bd Border Color

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

This div border color is #dd25bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd25bd


Comments

No comments written yet.

Please login to write comment.