Color Hex Logo

#dd65ea Color Hex

#DD65EA
(221,101,234)
0 Favorites   0 Comments

Color spaces of #dd65ea

RGB 221101234
HSL0.820.760.66
HSV294°57°92°
CMYK 0.060.570.00   0.08
XYZ49.323830.620081.1525
Yxy30.62000.30620.1901
Hunter Lab55.335362.2712-48.2175
CIE-Lab62.185564.7929-46.5305

#dd65ea color RGB value is (221,101,234).

#dd65ea hex color red value is 221, green value is 101 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dd65ea hue: 0.82 , saturation: 0.76 and the lightness value of dd65ea is 0.66.

The process color (four color CMYK) of #dd65ea color hex is 0.06, 0.57, 0.00, 0.08. Web safe color of #dd65ea is #cc66ff. Color #dd65ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100101 11101010
Octal 335 145 352
Decimal 221 101 234
Hex DD 65 EA

RGB Percentages of Color #dd65ea

%39.75
%18.17
%42.09

CMYK Percentages of Color #dd65ea

%6
%57
%0
%8

Triadic Colors of #dd65ea

#dd65ea #eadd65 #65eadd

Analogous Colors of #dd65ea

#dd65ea #ea65b5 #9b65ea

Monochromatic Colors of #dd65ea

#dd65ea

Complementary Color

#dd65ea #72ea65

#dd65ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd65ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd65ea Color CSS Codes

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

#dd65ea Text Font Color

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

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


#dd65ea Background Color

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

This div background color is #dd65ea


#dd65ea Border Color

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

This div border color is #dd65ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd65ea


Comments

No comments written yet.

Please login to write comment.