color codes Logo

#dd93fe color codes

#DD93FE
(221,147,254)
0 Favorites   0 Comments

Color spaces of #dd93fe

RGB 221147254
HSL0.780.980.79
HSV281°42°100°
CMYK 0.130.420.00   0.00
XYZ58.141943.395399.0777
Yxy43.39530.28980.2163
Hunter Lab65.875142.2641-43.0610
CIE-Lab71.822545.8988-42.3886

#dd93fe color RGB value is (221,147,254).

#dd93fe hex color red value is 221, green value is 147 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dd93fe hue: 0.78 , saturation: 0.98 and the lightness value of dd93fe is 0.79.

The process color (four color CMYK) of #dd93fe color code is 0.13, 0.42, 0.00, 0.00. Web safe color of #dd93fe is #cc99ff. Color #dd93fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010011 11111110
Octal 335 223 376
Decimal 221 147 254
Hex DD 93 FE

RGB Percentages of Color #dd93fe

%35.53
%23.63
%40.84

CMYK Percentages of Color #dd93fe

%13
%42
%0
%0

Triadic Colors of #dd93fe

#dd93fe #fedd93 #93fedd

Analogous Colors of #dd93fe

#dd93fe #fe93ea #a893fe

Monochromatic Colors of #dd93fe

#dd93fe

Complementary Color

#dd93fe #b4fe93

#dd93fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd93fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd93fe Color CSS Codes

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

#dd93fe Text Font Color

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

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


#dd93fe Background Color

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

This div background color is #dd93fe


#dd93fe Border Color

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

This div border color is #dd93fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd93fe


Comments

No comments written yet.

Please login to write comment.