Color Hex Logo

#dd25bc Color Hex

#DD25BC
(221,37,188)
0 Favorites   0 Comments

Color spaces of #dd25bc

RGB 22137188
HSL0.860.730.51
HSV311°83°87°
CMYK 0.000.830.15   0.13
XYZ39.557520.326149.4154
Yxy20.32610.36190.1860
Hunter Lab45.084577.7196-33.4264
CIE-Lab52.203979.3252-36.1036

#dd25bc color RGB value is (221,37,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100101 10111100
Octal 335 45 274
Decimal 221 37 188
Hex DD 25 BC

RGB Percentages of Color #dd25bc

%49.55
%8.30
%42.15

CMYK Percentages of Color #dd25bc

%0
%83
%15
%13

Triadic Colors of #dd25bc

#dd25bc #bcdd25 #25bcdd

Analogous Colors of #dd25bc

#dd25bc #dd2560 #a225dd

Monochromatic Colors of #dd25bc

#dd25bc

Complementary Color

#dd25bc #25dd46

#dd25bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd25bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd25bc Color CSS Codes

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

#dd25bc Text Font Color

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

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


#dd25bc Background Color

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

This div background color is #dd25bc


#dd25bc Border Color

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

This div border color is #dd25bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd25bc


Comments

No comments written yet.

Please login to write comment.