Color Hex Logo

#dd5fcf Color Hex

#DD5FCF
(221,95,207)
0 Favorites   0 Comments

Color spaces of #dd5fcf

RGB 22195207
HSL0.850.650.62
HSV307°57°87°
CMYK 0.000.570.06   0.13
XYZ45.173528.061662.0670
Yxy28.06160.33390.2074
Hunter Lab52.973259.5148-32.3870
CIE-Lab59.944362.8517-34.8916

#dd5fcf color RGB value is (221,95,207).

#dd5fcf hex color red value is 221, green value is 95 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dd5fcf hue: 0.85 , saturation: 0.65 and the lightness value of dd5fcf is 0.62.

The process color (four color CMYK) of #dd5fcf color hex is 0.00, 0.57, 0.06, 0.13. Web safe color of #dd5fcf is #cc66cc. Color #dd5fcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011111 11001111
Octal 335 137 317
Decimal 221 95 207
Hex DD 5F CF

RGB Percentages of Color #dd5fcf

%42.26
%18.16
%39.58

CMYK Percentages of Color #dd5fcf

%0
%57
%6
%13

Triadic Colors of #dd5fcf

#dd5fcf #cfdd5f #5fcfdd

Analogous Colors of #dd5fcf

#dd5fcf #dd5f90 #ac5fdd

Monochromatic Colors of #dd5fcf

#dd5fcf

Complementary Color

#dd5fcf #5fdd6d

#dd5fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5fcf Color CSS Codes

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

#dd5fcf Text Font Color

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

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


#dd5fcf Background Color

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

This div background color is #dd5fcf


#dd5fcf Border Color

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

This div border color is #dd5fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5fcf


Comments

No comments written yet.

Please login to write comment.