Color Hex Logo

#da7cee Color Hex

#DA7CEE
(218,124,238)
0 Favorites   0 Comments

Color spaces of #da7cee

RGB 218124238
HSL0.800.770.71
HSV289°48°93°
CMYK 0.080.480.00   0.07
XYZ51.553735.493885.0227
Yxy35.49380.29960.2063
Hunter Lab59.576750.2029-42.9099
CIE-Lab66.131353.7512-42.5654

#da7cee color RGB value is (218,124,238).

#da7cee hex color red value is 218, green value is 124 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #da7cee hue: 0.80 , saturation: 0.77 and the lightness value of da7cee is 0.71.

The process color (four color CMYK) of #da7cee color hex is 0.08, 0.48, 0.00, 0.07. Web safe color of #da7cee is #cc66ff. Color #da7cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111100 11101110
Octal 332 174 356
Decimal 218 124 238
Hex DA 7C EE

RGB Percentages of Color #da7cee

%37.59
%21.38
%41.03

CMYK Percentages of Color #da7cee

%8
%48
%0
%7

Triadic Colors of #da7cee

#da7cee #eeda7c #7ceeda

Analogous Colors of #da7cee

#da7cee #ee7cc9 #a17cee

Monochromatic Colors of #da7cee

#da7cee

Complementary Color

#da7cee #90ee7c

#da7cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7cee Color CSS Codes

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

#da7cee Text Font Color

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

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


#da7cee Background Color

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

This div background color is #da7cee


#da7cee Border Color

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

This div border color is #da7cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7cee


Comments

No comments written yet.

Please login to write comment.