Color Hex Logo

#dd67ba Color Hex

#DD67BA
(221,103,186)
0 Favorites   0 Comments

Color spaces of #dd67ba

RGB 221103186
HSL0.880.630.64
HSV318°53°87°
CMYK 0.000.530.16   0.13
XYZ43.532028.617849.6838
Yxy28.61780.35730.2349
Hunter Lab53.495651.6369-17.6184
CIE-Lab60.442855.9184-22.1763

#dd67ba color RGB value is (221,103,186).

#dd67ba hex color red value is 221, green value is 103 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dd67ba hue: 0.88 , saturation: 0.63 and the lightness value of dd67ba is 0.64.

The process color (four color CMYK) of #dd67ba color hex is 0.00, 0.53, 0.16, 0.13. Web safe color of #dd67ba is #cc66cc. Color #dd67ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100111 10111010
Octal 335 147 272
Decimal 221 103 186
Hex DD 67 BA

RGB Percentages of Color #dd67ba

%43.33
%20.20
%36.47

CMYK Percentages of Color #dd67ba

%0
%53
%16
%13

Triadic Colors of #dd67ba

#dd67ba #badd67 #67badd

Analogous Colors of #dd67ba

#dd67ba #dd677f #c567dd

Monochromatic Colors of #dd67ba

#dd67ba

Complementary Color

#dd67ba #67dd8a

#dd67ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd67ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd67ba Color CSS Codes

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

#dd67ba Text Font Color

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

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


#dd67ba Background Color

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

This div background color is #dd67ba


#dd67ba Border Color

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

This div border color is #dd67ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd67ba


Comments

No comments written yet.

Please login to write comment.