Color Hex Logo

#dd08bc Color Hex

#DD08BC
(221,8,188)
0 Favorites   0 Comments

Color spaces of #dd08bc

RGB 2218188
HSL0.860.930.45
HSV309°96°87°
CMYK 0.000.960.15   0.13
XYZ38.982719.176749.2238
Yxy19.17670.36300.1786
Hunter Lab43.791282.2651-35.9915
CIE-Lab50.893383.1574-38.1644

#dd08bc color RGB value is (221,8,188).

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

The process color (four color CMYK) of #dd08bc color hex is 0.00, 0.96, 0.15, 0.13. Web safe color of #dd08bc is #cc00cc. Color #dd08bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001000 10111100
Octal 335 10 274
Decimal 221 8 188
Hex DD 8 BC

RGB Percentages of Color #dd08bc

%53.00
%1.92
%45.08

CMYK Percentages of Color #dd08bc

%0
%96
%15
%13

Triadic Colors of #dd08bc

#dd08bc #bcdd08 #08bcdd

Analogous Colors of #dd08bc

#dd08bc #dd0852 #9408dd

Monochromatic Colors of #dd08bc

#dd08bc

Complementary Color

#dd08bc #08dd29

#dd08bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd08bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd08bc Color CSS Codes

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

#dd08bc Text Font Color

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

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


#dd08bc Background Color

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

This div background color is #dd08bc


#dd08bc Border Color

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

This div border color is #dd08bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd08bc


Comments

No comments written yet.

Please login to write comment.