Color Hex Logo

#da29ee Color Hex

#DA29EE
(218,41,238)
0 Favorites   0 Comments

Color spaces of #da29ee

RGB 21841238
HSL0.820.850.55
HSV294°83°93°
CMYK 0.080.830.00   0.07
XYZ45.139022.664382.8845
Yxy22.66430.29960.1504
Hunter Lab47.607085.9339-69.8998
CIE-Lab54.724985.2502-60.6747

#da29ee color RGB value is (218,41,238).

#da29ee hex color red value is 218, green value is 41 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #da29ee hue: 0.82 , saturation: 0.85 and the lightness value of da29ee is 0.55.

The process color (four color CMYK) of #da29ee color hex is 0.08, 0.83, 0.00, 0.07. Web safe color of #da29ee is #cc33ff. Color #da29ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101001 11101110
Octal 332 51 356
Decimal 218 41 238
Hex DA 29 EE

RGB Percentages of Color #da29ee

%43.86
%8.25
%47.89

CMYK Percentages of Color #da29ee

%8
%83
%0
%7

Triadic Colors of #da29ee

#da29ee #eeda29 #29eeda

Analogous Colors of #da29ee

#da29ee #ee29a0 #7829ee

Monochromatic Colors of #da29ee

#da29ee

Complementary Color

#da29ee #3dee29

#da29ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da29ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#da29ee Color CSS Codes

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

#da29ee Text Font Color

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

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


#da29ee Background Color

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

This div background color is #da29ee


#da29ee Border Color

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

This div border color is #da29ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,41,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da29ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da29ee;
  -webkit-box-shadow: 1px 1px 3px 2px #da29ee;
  box-shadow:         1px 1px 3px 2px #da29ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,41,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da29ee


Comments

No comments written yet.

Please login to write comment.