Color Hex Logo

#dd62ef Color Hex

#DD62EF
(221,98,239)
0 Favorites   0 Comments

Color spaces of #dd62ef

RGB 22198239
HSL0.810.820.66
HSV292°59°94°
CMYK 0.080.590.00   0.06
XYZ49.766530.339584.8945
Yxy30.33950.30160.1839
Hunter Lab55.081364.8842-52.8243
CIE-Lab61.946167.0236-49.6888

#dd62ef color RGB value is (221,98,239).

#dd62ef hex color red value is 221, green value is 98 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dd62ef hue: 0.81 , saturation: 0.82 and the lightness value of dd62ef is 0.66.

The process color (four color CMYK) of #dd62ef color hex is 0.08, 0.59, 0.00, 0.06. Web safe color of #dd62ef is #cc66ff. Color #dd62ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100010 11101111
Octal 335 142 357
Decimal 221 98 239
Hex DD 62 EF

RGB Percentages of Color #dd62ef

%39.61
%17.56
%42.83

CMYK Percentages of Color #dd62ef

%8
%59
%0
%6

Triadic Colors of #dd62ef

#dd62ef #efdd62 #62efdd

Analogous Colors of #dd62ef

#dd62ef #ef62bb #9762ef

Monochromatic Colors of #dd62ef

#dd62ef

Complementary Color

#dd62ef #74ef62

#dd62ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd62ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd62ef Color CSS Codes

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

#dd62ef Text Font Color

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

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


#dd62ef Background Color

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

This div background color is #dd62ef


#dd62ef Border Color

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

This div border color is #dd62ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd62ef


Comments

No comments written yet.

Please login to write comment.