color codes Logo

#dd10eb color codes

#DD10EB
(221,16,235)
0 Favorites   0 Comments

Color spaces of #dd10eb

RGB 22116235
HSL0.820.870.49
HSV296°93°92°
CMYK 0.060.930.00   0.08
XYZ44.999521.740980.4219
Yxy21.74090.30580.1477
Hunter Lab46.627190.6715-69.6236
CIE-Lab53.751089.0455-60.5270

#dd10eb color RGB value is (221,16,235).

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

The process color (four color CMYK) of #dd10eb color code is 0.06, 0.93, 0.00, 0.08. Web safe color of #dd10eb is #cc00ff. Color #dd10eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010000 11101011
Octal 335 20 353
Decimal 221 16 235
Hex DD 10 EB

RGB Percentages of Color #dd10eb

%46.82
%3.39
%49.79

CMYK Percentages of Color #dd10eb

%6
%93
%0
%8

Triadic Colors of #dd10eb

#dd10eb #ebdd10 #10ebdd

Analogous Colors of #dd10eb

#dd10eb #eb108c #7010eb

Monochromatic Colors of #dd10eb

#dd10eb

Complementary Color

#dd10eb #1eeb10

#dd10eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd10eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd10eb Color CSS Codes

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

#dd10eb Text Font Color

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

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


#dd10eb Background Color

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

This div background color is #dd10eb


#dd10eb Border Color

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

This div border color is #dd10eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd10eb


Comments

No comments written yet.

Please login to write comment.