Color Hex Logo

#dd066b Color Hex

#DD066B
(221,6,107)
0 Favorites   0 Comments

Color spaces of #dd066b

RGB 2216107
HSL0.920.950.45
HSV332°97°87°
CMYK 0.000.970.52   0.13
XYZ32.537816.563915.3921
Yxy16.56390.50450.2568
Hunter Lab40.698871.48416.0659
CIE-Lab47.705875.17945.6516

#dd066b color RGB value is (221,6,107).

#dd066b hex color red value is 221, green value is 6 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #dd066b hue: 0.92 , saturation: 0.95 and the lightness value of dd066b is 0.45.

The process color (four color CMYK) of #dd066b color hex is 0.00, 0.97, 0.52, 0.13. Web safe color of #dd066b is #cc0066. Color #dd066b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000110 01101011
Octal 335 6 153
Decimal 221 6 107
Hex DD 6 6B

RGB Percentages of Color #dd066b

%66.17
%1.80
%32.04

CMYK Percentages of Color #dd066b

%0
%97
%52
%13

Triadic Colors of #dd066b

#dd066b #6bdd06 #066bdd

Analogous Colors of #dd066b

#dd066b #dd0d06 #dd06d7

Monochromatic Colors of #dd066b

#dd066b

Complementary Color

#dd066b #06dd78

#dd066b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd066b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd066b Color CSS Codes

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

#dd066b Text Font Color

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

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


#dd066b Background Color

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

This div background color is #dd066b


#dd066b Border Color

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

This div border color is #dd066b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd066b


Comments

No comments written yet.

Please login to write comment.