Color Hex Logo

#da06ea Color Hex

#DA06EA
(218,6,234)
0 Favorites   0 Comments

Color spaces of #da06ea

RGB 2186234
HSL0.820.950.47
HSV296°97°92°
CMYK 0.070.970.00   0.08
XYZ43.829820.976279.5806
Yxy20.97620.30360.1453
Hunter Lab45.799890.6726-70.9610
CIE-Lab52.923489.2064-61.3212

#da06ea color RGB value is (218,6,234).

#da06ea hex color red value is 218, green value is 6 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #da06ea hue: 0.82 , saturation: 0.95 and the lightness value of da06ea is 0.47.

The process color (four color CMYK) of #da06ea color hex is 0.07, 0.97, 0.00, 0.08. Web safe color of #da06ea is #cc00ff. Color #da06ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000110 11101010
Octal 332 6 352
Decimal 218 6 234
Hex DA 6 EA

RGB Percentages of Color #da06ea

%47.60
%1.31
%51.09

CMYK Percentages of Color #da06ea

%7
%97
%0
%8

Triadic Colors of #da06ea

#da06ea #eada06 #06eada

Analogous Colors of #da06ea

#da06ea #ea0688 #6806ea

Monochromatic Colors of #da06ea

#da06ea

Complementary Color

#da06ea #16ea06

#da06ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da06ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#da06ea Color CSS Codes

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

#da06ea Text Font Color

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

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


#da06ea Background Color

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

This div background color is #da06ea


#da06ea Border Color

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

This div border color is #da06ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,6,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 #da06ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da06ea


Comments

No comments written yet.

Please login to write comment.