Color Hex Logo

#dd37ff Color Hex

#DD37FF
(221,55,255)
0 Favorites   0 Comments

Color spaces of #dd37ff

RGB 22155255
HSL0.811.000.61
HSV290°78°100°
CMYK 0.130.780.00   0.00
XYZ49.235025.324596.9009
Yxy25.32450.28720.1477
Hunter Lab50.323586.5732-78.9401
CIE-Lab57.390285.2210-65.8419

#dd37ff color RGB value is (221,55,255).

#dd37ff hex color red value is 221, green value is 55 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dd37ff hue: 0.81 , saturation: 1.00 and the lightness value of dd37ff is 0.61.

The process color (four color CMYK) of #dd37ff color hex is 0.13, 0.78, 0.00, 0.00. Web safe color of #dd37ff is #cc33ff. Color #dd37ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110111 11111111
Octal 335 67 377
Decimal 221 55 255
Hex DD 37 FF

RGB Percentages of Color #dd37ff

%41.62
%10.36
%48.02

CMYK Percentages of Color #dd37ff

%13
%78
%0
%0

Triadic Colors of #dd37ff

#dd37ff #ffdd37 #37ffdd

Analogous Colors of #dd37ff

#dd37ff #ff37bd #7937ff

Monochromatic Colors of #dd37ff

#dd37ff

Complementary Color

#dd37ff #59ff37

#dd37ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd37ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd37ff Color CSS Codes

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

#dd37ff Text Font Color

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

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


#dd37ff Background Color

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

This div background color is #dd37ff


#dd37ff Border Color

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

This div border color is #dd37ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd37ff


Comments

No comments written yet.

Please login to write comment.