Color Hex Logo

#da83ec Color Hex

#DA83EC
(218,131,236)
0 Favorites   0 Comments

Color spaces of #da83ec

RGB 218131236
HSL0.800.730.72
HSV290°44°93°
CMYK 0.080.440.00   0.07
XYZ52.170137.194283.7864
Yxy37.19420.30130.2148
Hunter Lab60.987045.9668-38.7640
CIE-Lab67.422549.8046-39.4423

#da83ec color RGB value is (218,131,236).

#da83ec hex color red value is 218, green value is 131 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #da83ec hue: 0.80 , saturation: 0.73 and the lightness value of da83ec is 0.72.

The process color (four color CMYK) of #da83ec color hex is 0.08, 0.44, 0.00, 0.07. Web safe color of #da83ec is #cc99ff. Color #da83ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000011 11101100
Octal 332 203 354
Decimal 218 131 236
Hex DA 83 EC

RGB Percentages of Color #da83ec

%37.26
%22.39
%40.34

CMYK Percentages of Color #da83ec

%8
%44
%0
%7

Triadic Colors of #da83ec

#da83ec #ecda83 #83ecda

Analogous Colors of #da83ec

#da83ec #ec83ca #a683ec

Monochromatic Colors of #da83ec

#da83ec

Complementary Color

#da83ec #95ec83

#da83ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da83ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#da83ec Color CSS Codes

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

#da83ec Text Font Color

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

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


#da83ec Background Color

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

This div background color is #da83ec


#da83ec Border Color

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

This div border color is #da83ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da83ec


Comments

No comments written yet.

Please login to write comment.