Color Hex Logo

#dd2efa Color Hex

#DD2EFA
(221,46,250)
0 Favorites   0 Comments

Color spaces of #dd2efa

RGB 22146250
HSL0.810.950.58
HSV291°82°98°
CMYK 0.120.820.00   0.02
XYZ48.051124.228392.5864
Yxy24.22830.29150.1470
Hunter Lab49.222388.1140-77.0681
CIE-Lab56.315786.6081-64.7959

#dd2efa color RGB value is (221,46,250).

#dd2efa hex color red value is 221, green value is 46 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dd2efa hue: 0.81 , saturation: 0.95 and the lightness value of dd2efa is 0.58.

The process color (four color CMYK) of #dd2efa color hex is 0.12, 0.82, 0.00, 0.02. Web safe color of #dd2efa is #cc33ff. Color #dd2efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101110 11111010
Octal 335 56 372
Decimal 221 46 250
Hex DD 2E FA

RGB Percentages of Color #dd2efa

%42.75
%8.90
%48.36

CMYK Percentages of Color #dd2efa

%12
%82
%0
%2

Triadic Colors of #dd2efa

#dd2efa #fadd2e #2efadd

Analogous Colors of #dd2efa

#dd2efa #fa2eb1 #772efa

Monochromatic Colors of #dd2efa

#dd2efa

Complementary Color

#dd2efa #4bfa2e

#dd2efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2efa Color CSS Codes

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

#dd2efa Text Font Color

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

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


#dd2efa Background Color

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

This div background color is #dd2efa


#dd2efa Border Color

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

This div border color is #dd2efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2efa


Comments

No comments written yet.

Please login to write comment.