Color Hex Logo

#da74ee Color Hex

#DA74EE
(218,116,238)
0 Favorites   0 Comments

Color spaces of #da74ee

RGB 218116238
HSL0.810.780.69
HSV290°51°93°
CMYK 0.080.510.00   0.07
XYZ50.591433.569384.7020
Yxy33.56930.29960.1988
Hunter Lab57.939054.4700-46.1197
CIE-Lab64.619257.7157-44.9406

#da74ee color RGB value is (218,116,238).

#da74ee hex color red value is 218, green value is 116 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #da74ee hue: 0.81 , saturation: 0.78 and the lightness value of da74ee is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110100 11101110
Octal 332 164 356
Decimal 218 116 238
Hex DA 74 EE

RGB Percentages of Color #da74ee

%38.11
%20.28
%41.61

CMYK Percentages of Color #da74ee

%8
%51
%0
%7

Triadic Colors of #da74ee

#da74ee #eeda74 #74eeda

Analogous Colors of #da74ee

#da74ee #ee74c5 #9d74ee

Monochromatic Colors of #da74ee

#da74ee

Complementary Color

#da74ee #88ee74

#da74ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da74ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#da74ee Color CSS Codes

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

#da74ee Text Font Color

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

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


#da74ee Background Color

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

This div background color is #da74ee


#da74ee Border Color

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

This div border color is #da74ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da74ee


Comments

No comments written yet.

Please login to write comment.