Color Hex Logo

#da7ec8 Color Hex

#DA7EC8
(218,126,200)
0 Favorites   0 Comments

Color spaces of #da7ec8

RGB 218126200
HSL0.870.550.67
HSV312°42°85°
CMYK 0.000.420.08   0.15
XYZ46.799633.997358.7391
Yxy33.99730.33540.2436
Hunter Lab58.307241.2333-18.9141
CIE-Lab64.960445.8576-23.2248

#da7ec8 color RGB value is (218,126,200).

#da7ec8 hex color red value is 218, green value is 126 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #da7ec8 hue: 0.87 , saturation: 0.55 and the lightness value of da7ec8 is 0.67.

The process color (four color CMYK) of #da7ec8 color hex is 0.00, 0.42, 0.08, 0.15. Web safe color of #da7ec8 is #cc66cc. Color #da7ec8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111110 11001000
Octal 332 176 310
Decimal 218 126 200
Hex DA 7E C8

RGB Percentages of Color #da7ec8

%40.07
%23.16
%36.76

CMYK Percentages of Color #da7ec8

%0
%42
%8
%15

Triadic Colors of #da7ec8

#da7ec8 #c8da7e #7ec8da

Analogous Colors of #da7ec8

#da7ec8 #da7e9a #be7eda

Monochromatic Colors of #da7ec8

#da7ec8

Complementary Color

#da7ec8 #7eda90

#da7ec8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7ec8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7ec8 Color CSS Codes

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

#da7ec8 Text Font Color

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

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


#da7ec8 Background Color

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

This div background color is #da7ec8


#da7ec8 Border Color

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

This div border color is #da7ec8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7ec8


Comments

No comments written yet.

Please login to write comment.