Color Hex Logo

#dd62f9 Color Hex

#DD62F9
(221,98,249)
0 Favorites   0 Comments

Color spaces of #dd62f9

RGB 22198249
HSL0.800.930.68
HSV289°61°98°
CMYK 0.110.610.00   0.02
XYZ51.285430.947192.8929
Yxy30.94710.29280.1767
Hunter Lab55.630167.2064-60.0632
CIE-Lab62.463068.8545-54.4060

#dd62f9 color RGB value is (221,98,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100010 11111001
Octal 335 142 371
Decimal 221 98 249
Hex DD 62 F9

RGB Percentages of Color #dd62f9

%38.91
%17.25
%43.84

CMYK Percentages of Color #dd62f9

%11
%61
%0
%2

Triadic Colors of #dd62f9

#dd62f9 #f9dd62 #62f9dd

Analogous Colors of #dd62f9

#dd62f9 #f962ca #9262f9

Monochromatic Colors of #dd62f9

#dd62f9

Complementary Color

#dd62f9 #7ef962

#dd62f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd62f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd62f9 Color CSS Codes

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

#dd62f9 Text Font Color

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

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


#dd62f9 Background Color

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

This div background color is #dd62f9


#dd62f9 Border Color

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

This div border color is #dd62f9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd62f9

Related Colors


Comments

No comments written yet.

Please login to write comment.