Color Hex Logo

#dd3fed Color Hex

#DD3FED
(221,63,237)
0 Favorites   0 Comments

Color spaces of #dd3fed

RGB 22163237
HSL0.820.830.59
HSV294°73°93°
CMYK 0.070.730.00   0.07
XYZ46.882425.041682.4833
Yxy25.04160.30360.1622
Hunter Lab50.041679.6583-62.6983
CIE-Lab57.115979.9028-56.2571

#dd3fed color RGB value is (221,63,237).

#dd3fed hex color red value is 221, green value is 63 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dd3fed hue: 0.82 , saturation: 0.83 and the lightness value of dd3fed is 0.59.

The process color (four color CMYK) of #dd3fed color hex is 0.07, 0.73, 0.00, 0.07. Web safe color of #dd3fed is #cc33ff. Color #dd3fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00111111 11101101
Octal 335 77 355
Decimal 221 63 237
Hex DD 3F ED

RGB Percentages of Color #dd3fed

%42.42
%12.09
%45.49

CMYK Percentages of Color #dd3fed

%7
%73
%0
%7

Triadic Colors of #dd3fed

#dd3fed #eddd3f #3feddd

Analogous Colors of #dd3fed

#dd3fed #ed3fa6 #863fed

Monochromatic Colors of #dd3fed

#dd3fed

Complementary Color

#dd3fed #4fed3f

#dd3fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd3fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd3fed Color CSS Codes

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

#dd3fed Text Font Color

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

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


#dd3fed Background Color

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

This div background color is #dd3fed


#dd3fed Border Color

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

This div border color is #dd3fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd3fed


Comments

No comments written yet.

Please login to write comment.