Color Hex Logo

#dd46eb Color Hex

#DD46EB
(221,70,235)
0 Favorites   0 Comments

Color spaces of #dd46eb

RGB 22170235
HSL0.820.800.60
HSV295°70°92°
CMYK 0.060.700.00   0.08
XYZ47.004325.750681.0902
Yxy25.75060.30550.1674
Hunter Lab50.745076.5378-59.2234
CIE-Lab57.799677.2982-54.0461

#dd46eb color RGB value is (221,70,235).

#dd46eb hex color red value is 221, green value is 70 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dd46eb hue: 0.82 , saturation: 0.80 and the lightness value of dd46eb is 0.60.

The process color (four color CMYK) of #dd46eb color hex is 0.06, 0.70, 0.00, 0.08. Web safe color of #dd46eb is #cc33ff. Color #dd46eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000110 11101011
Octal 335 106 353
Decimal 221 70 235
Hex DD 46 EB

RGB Percentages of Color #dd46eb

%42.02
%13.31
%44.68

CMYK Percentages of Color #dd46eb

%6
%70
%0
%8

Triadic Colors of #dd46eb

#dd46eb #ebdd46 #46ebdd

Analogous Colors of #dd46eb

#dd46eb #eb46a7 #8b46eb

Monochromatic Colors of #dd46eb

#dd46eb

Complementary Color

#dd46eb #54eb46

#dd46eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd46eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd46eb Color CSS Codes

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

#dd46eb Text Font Color

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

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


#dd46eb Background Color

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

This div background color is #dd46eb


#dd46eb Border Color

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

This div border color is #dd46eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd46eb


Comments

No comments written yet.

Please login to write comment.