Color Hex Logo

#dd61fb Color Hex

#DD61FB
(221,97,251)
0 Favorites   0 Comments

Color spaces of #dd61fb

RGB 22197251
HSL0.800.950.68
HSV288°61°98°
CMYK 0.120.610.00   0.02
XYZ51.506130.886694.5138
Yxy30.88660.29110.1746
Hunter Lab55.575768.1716-61.9274
CIE-Lab62.411869.6581-55.5912

#dd61fb color RGB value is (221,97,251).

#dd61fb hex color red value is 221, green value is 97 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dd61fb hue: 0.80 , saturation: 0.95 and the lightness value of dd61fb is 0.68.

The process color (four color CMYK) of #dd61fb color hex is 0.12, 0.61, 0.00, 0.02. Web safe color of #dd61fb is #cc66ff. Color #dd61fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100001 11111011
Octal 335 141 373
Decimal 221 97 251
Hex DD 61 FB

RGB Percentages of Color #dd61fb

%38.84
%17.05
%44.11

CMYK Percentages of Color #dd61fb

%12
%61
%0
%2

Triadic Colors of #dd61fb

#dd61fb #fbdd61 #61fbdd

Analogous Colors of #dd61fb

#dd61fb #fb61cc #9061fb

Monochromatic Colors of #dd61fb

#dd61fb

Complementary Color

#dd61fb #7ffb61

#dd61fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd61fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd61fb Color CSS Codes

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

#dd61fb Text Font Color

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

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


#dd61fb Background Color

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

This div background color is #dd61fb


#dd61fb Border Color

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

This div border color is #dd61fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd61fb


Comments

No comments written yet.

Please login to write comment.