Color Hex Logo

#dd2efc Color Hex

#DD2EFC
(221,46,252)
0 Favorites   0 Comments

Color spaces of #dd2efc

RGB 22146252
HSL0.810.970.58
HSV291°82°99°
CMYK 0.120.820.00   0.01
XYZ48.366524.354494.2471
Yxy24.35440.28970.1459
Hunter Lab49.350288.5792-78.6847
CIE-Lab56.440986.9378-65.7062

#dd2efc color RGB value is (221,46,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101110 11111100
Octal 335 56 374
Decimal 221 46 252
Hex DD 2E FC

RGB Percentages of Color #dd2efc

%42.58
%8.86
%48.55

CMYK Percentages of Color #dd2efc

%12
%82
%0
%1

Triadic Colors of #dd2efc

#dd2efc #fcdd2e #2efcdd

Analogous Colors of #dd2efc

#dd2efc #fc2eb4 #762efc

Monochromatic Colors of #dd2efc

#dd2efc

Complementary Color

#dd2efc #4dfc2e

#dd2efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2efc Color CSS Codes

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

#dd2efc Text Font Color

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

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


#dd2efc Background Color

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

This div background color is #dd2efc


#dd2efc Border Color

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

This div border color is #dd2efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2efc


Comments

No comments written yet.

Please login to write comment.