Color Hex Logo

#dd93f0 Color Hex

#DD93F0
(221,147,240)
0 Favorites   0 Comments

Color spaces of #dd93f0

RGB 221147240
HSL0.800.760.76
HSV288°39°94°
CMYK 0.080.390.00   0.06
XYZ55.980742.530987.6968
Yxy42.53090.30060.2284
Hunter Lab65.215739.0956-34.0774
CIE-Lab71.235443.1036-35.6762

#dd93f0 color RGB value is (221,147,240).

#dd93f0 hex color red value is 221, green value is 147 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #dd93f0 hue: 0.80 , saturation: 0.76 and the lightness value of dd93f0 is 0.76.

The process color (four color CMYK) of #dd93f0 color hex is 0.08, 0.39, 0.00, 0.06. Web safe color of #dd93f0 is #cc99ff. Color #dd93f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010011 11110000
Octal 335 223 360
Decimal 221 147 240
Hex DD 93 F0

RGB Percentages of Color #dd93f0

%36.35
%24.18
%39.47

CMYK Percentages of Color #dd93f0

%8
%39
%0
%6

Triadic Colors of #dd93f0

#dd93f0 #f0dd93 #93f0dd

Analogous Colors of #dd93f0

#dd93f0 #f093d5 #af93f0

Monochromatic Colors of #dd93f0

#dd93f0

Complementary Color

#dd93f0 #a6f093

#dd93f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd93f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd93f0 Color CSS Codes

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

#dd93f0 Text Font Color

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

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


#dd93f0 Background Color

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

This div background color is #dd93f0


#dd93f0 Border Color

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

This div border color is #dd93f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd93f0


Comments

No comments written yet.

Please login to write comment.