Color Hex Logo

#dd62fb Color Hex

#DD62FB
(221,98,251)
0 Favorites   0 Comments

Color spaces of #dd62fb

RGB 22198251
HSL0.800.950.68
HSV288°61°98°
CMYK 0.120.610.00   0.02
XYZ51.599131.072694.5448
Yxy31.07260.29120.1753
Hunter Lab55.742867.6811-61.5412
CIE-Lab62.568969.2262-55.3412

#dd62fb color RGB value is (221,98,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100010 11111011
Octal 335 142 373
Decimal 221 98 251
Hex DD 62 FB

RGB Percentages of Color #dd62fb

%38.77
%17.19
%44.04

CMYK Percentages of Color #dd62fb

%12
%61
%0
%2

Triadic Colors of #dd62fb

#dd62fb #fbdd62 #62fbdd

Analogous Colors of #dd62fb

#dd62fb #fb62cd #9162fb

Monochromatic Colors of #dd62fb

#dd62fb

Complementary Color

#dd62fb #80fb62

#dd62fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd62fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd62fb Color CSS Codes

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

#dd62fb Text Font Color

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

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


#dd62fb Background Color

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

This div background color is #dd62fb


#dd62fb Border Color

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

This div border color is #dd62fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,98,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 #dd62fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd62fb


Comments

No comments written yet.

Please login to write comment.