Color Hex Logo

#dd03ee Color Hex

#DD03EE
(221,3,238)
0 Favorites   0 Comments

Color spaces of #dd03ee

RGB 2213238
HSL0.820.980.47
HSV296°99°93°
CMYK 0.070.990.00   0.07
XYZ45.284021.610382.6734
Yxy21.61030.30280.1445
Hunter Lab46.486992.5292-72.9020
CIE-Lab53.611190.4683-62.4399

#dd03ee color RGB value is (221,3,238).

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

The process color (four color CMYK) of #dd03ee color hex is 0.07, 0.99, 0.00, 0.07. Web safe color of #dd03ee is #cc00ff. Color #dd03ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000011 11101110
Octal 335 3 356
Decimal 221 3 238
Hex DD 3 EE

RGB Percentages of Color #dd03ee

%47.84
%0.65
%51.52

CMYK Percentages of Color #dd03ee

%7
%99
%0
%7

Triadic Colors of #dd03ee

#dd03ee #eedd03 #03eedd

Analogous Colors of #dd03ee

#dd03ee #ee038a #6803ee

Monochromatic Colors of #dd03ee

#dd03ee

Complementary Color

#dd03ee #14ee03

#dd03ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd03ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd03ee Color CSS Codes

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

#dd03ee Text Font Color

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

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


#dd03ee Background Color

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

This div background color is #dd03ee


#dd03ee Border Color

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

This div border color is #dd03ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,3,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 #dd03ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd03ee


Comments

No comments written yet.

Please login to write comment.