color codes Logo

#dd05bc color codes

#DD05BC
(221,5,188)
0 Favorites   0 Comments

Color spaces of #dd05bc

RGB 2215188
HSL0.860.960.44
HSV309°98°87°
CMYK 0.000.980.15   0.13
XYZ38.950219.111549.2129
Yxy19.11150.36310.1782
Hunter Lab43.716782.5336-36.1424
CIE-Lab50.817483.3813-38.2839

#dd05bc color RGB value is (221,5,188).

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

The process color (four color CMYK) of #dd05bc color code is 0.00, 0.98, 0.15, 0.13. Web safe color of #dd05bc is #cc00cc. Color #dd05bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000101 10111100
Octal 335 5 274
Decimal 221 5 188
Hex DD 5 BC

RGB Percentages of Color #dd05bc

%53.38
%1.21
%45.41

CMYK Percentages of Color #dd05bc

%0
%98
%15
%13

Triadic Colors of #dd05bc

#dd05bc #bcdd05 #05bcdd

Analogous Colors of #dd05bc

#dd05bc #dd0550 #9205dd

Monochromatic Colors of #dd05bc

#dd05bc

Complementary Color

#dd05bc #05dd26

#dd05bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd05bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd05bc Color CSS Codes

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

#dd05bc Text Font Color

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

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


#dd05bc Background Color

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

This div background color is #dd05bc


#dd05bc Border Color

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

This div border color is #dd05bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd05bc


Comments

No comments written yet.

Please login to write comment.