Color Hex Logo

#dd38ee Color Hex

#DD38EE
(221,56,238)
0 Favorites   0 Comments

Color spaces of #dd38ee

RGB 22156238
HSL0.820.840.58
HSV294°76°93°
CMYK 0.070.760.00   0.07
XYZ46.665624.373583.1339
Yxy24.37350.30270.1581
Hunter Lab49.369582.3270-65.2804
CIE-Lab56.459882.1209-57.8664

#dd38ee color RGB value is (221,56,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00111000 11101110
Octal 335 70 356
Decimal 221 56 238
Hex DD 38 EE

RGB Percentages of Color #dd38ee

%42.91
%10.87
%46.21

CMYK Percentages of Color #dd38ee

%7
%76
%0
%7

Triadic Colors of #dd38ee

#dd38ee #eedd38 #38eedd

Analogous Colors of #dd38ee

#dd38ee #ee38a4 #8238ee

Monochromatic Colors of #dd38ee

#dd38ee

Complementary Color

#dd38ee #49ee38

#dd38ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd38ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd38ee Color CSS Codes

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

#dd38ee Text Font Color

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

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


#dd38ee Background Color

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

This div background color is #dd38ee


#dd38ee Border Color

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

This div border color is #dd38ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd38ee


Comments

No comments written yet.

Please login to write comment.