Color Hex Logo

#dd4bff Color Hex

#DD4BFF
(221,75,255)
0 Favorites   0 Comments

Color spaces of #dd4bff

RGB 22175255
HSL0.801.000.65
HSV289°71°100°
CMYK 0.130.710.00   0.00
XYZ50.384927.624397.2842
Yxy27.62430.28740.1576
Hunter Lab52.558879.1390-72.9521
CIE-Lab59.547879.0233-62.3753

#dd4bff color RGB value is (221,75,255).

#dd4bff hex color red value is 221, green value is 75 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dd4bff hue: 0.80 , saturation: 1.00 and the lightness value of dd4bff is 0.65.

The process color (four color CMYK) of #dd4bff color hex is 0.13, 0.71, 0.00, 0.00. Web safe color of #dd4bff is #cc33ff. Color #dd4bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001011 11111111
Octal 335 113 377
Decimal 221 75 255
Hex DD 4B FF

RGB Percentages of Color #dd4bff

%40.11
%13.61
%46.28

CMYK Percentages of Color #dd4bff

%13
%71
%0
%0

Triadic Colors of #dd4bff

#dd4bff #ffdd4b #4bffdd

Analogous Colors of #dd4bff

#dd4bff #ff4bc7 #834bff

Monochromatic Colors of #dd4bff

#dd4bff

Complementary Color

#dd4bff #6dff4b

#dd4bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd4bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd4bff Color CSS Codes

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

#dd4bff Text Font Color

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

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


#dd4bff Background Color

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

This div background color is #dd4bff


#dd4bff Border Color

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

This div border color is #dd4bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd4bff


Comments

No comments written yet.

Please login to write comment.