Color Hex Logo

#dd48ef Color Hex

#DD48EF
(221,72,239)
0 Favorites   0 Comments

Color spaces of #dd48ef

RGB 22172239
HSL0.820.840.61
HSV294°70°94°
CMYK 0.080.700.00   0.06
XYZ47.716126.238984.2110
Yxy26.23890.30170.1659
Hunter Lab51.223976.6344-61.6147
CIE-Lab58.263177.2860-55.5433

#dd48ef color RGB value is (221,72,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001000 11101111
Octal 335 110 357
Decimal 221 72 239
Hex DD 48 EF

RGB Percentages of Color #dd48ef

%41.54
%13.53
%44.92

CMYK Percentages of Color #dd48ef

%8
%70
%0
%6

Triadic Colors of #dd48ef

#dd48ef #efdd48 #48efdd

Analogous Colors of #dd48ef

#dd48ef #ef48ae #8a48ef

Monochromatic Colors of #dd48ef

#dd48ef

Complementary Color

#dd48ef #5aef48

#dd48ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd48ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd48ef Color CSS Codes

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

#dd48ef Text Font Color

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

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


#dd48ef Background Color

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

This div background color is #dd48ef


#dd48ef Border Color

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

This div border color is #dd48ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd48ef


Comments

No comments written yet.

Please login to write comment.