Color Hex Logo

#dd75bf Color Hex

#DD75BF
(221,117,191)
0 Favorites   0 Comments

Color spaces of #dd75bf

RGB 221117191
HSL0.880.600.66
HSV317°47°87°
CMYK 0.000.470.14   0.13
XYZ45.584131.856353.0366
Yxy31.85630.34940.2442
Hunter Lab56.441445.3906-16.2044
CIE-Lab63.223949.8942-20.7697

#dd75bf color RGB value is (221,117,191).

#dd75bf hex color red value is 221, green value is 117 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dd75bf hue: 0.88 , saturation: 0.60 and the lightness value of dd75bf is 0.66.

The process color (four color CMYK) of #dd75bf color hex is 0.00, 0.47, 0.14, 0.13. Web safe color of #dd75bf is #cc66cc. Color #dd75bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110101 10111111
Octal 335 165 277
Decimal 221 117 191
Hex DD 75 BF

RGB Percentages of Color #dd75bf

%41.78
%22.12
%36.11

CMYK Percentages of Color #dd75bf

%0
%47
%14
%13

Triadic Colors of #dd75bf

#dd75bf #bfdd75 #75bfdd

Analogous Colors of #dd75bf

#dd75bf #dd758b #c775dd

Monochromatic Colors of #dd75bf

#dd75bf

Complementary Color

#dd75bf #75dd93

#dd75bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd75bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd75bf Color CSS Codes

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

#dd75bf Text Font Color

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

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


#dd75bf Background Color

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

This div background color is #dd75bf


#dd75bf Border Color

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

This div border color is #dd75bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd75bf


Comments

No comments written yet.

Please login to write comment.