Color Hex Logo

#dd3fea Color Hex

#DD3FEA
(221,63,234)
0 Favorites   0 Comments

Color spaces of #dd3fea

RGB 22163234
HSL0.820.800.58
HSV295°73°92°
CMYK 0.060.730.00   0.08
XYZ46.447624.867780.1938
Yxy24.86770.30660.1641
Hunter Lab49.867578.9903-60.4392
CIE-Lab56.946379.4089-54.8468

#dd3fea color RGB value is (221,63,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00111111 11101010
Octal 335 77 352
Decimal 221 63 234
Hex DD 3F EA

RGB Percentages of Color #dd3fea

%42.66
%12.16
%45.17

CMYK Percentages of Color #dd3fea

%6
%73
%0
%8

Triadic Colors of #dd3fea

#dd3fea #eadd3f #3feadd

Analogous Colors of #dd3fea

#dd3fea #ea3fa2 #883fea

Monochromatic Colors of #dd3fea

#dd3fea

Complementary Color

#dd3fea #4cea3f

#dd3fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd3fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd3fea Color CSS Codes

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

#dd3fea Text Font Color

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

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


#dd3fea Background Color

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

This div background color is #dd3fea


#dd3fea Border Color

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

This div border color is #dd3fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd3fea


Comments

No comments written yet.

Please login to write comment.