Color Hex Logo

#dd74ee Color Hex

#DD74EE
(221,116,238)
0 Favorites   0 Comments

Color spaces of #dd74ee

RGB 221116238
HSL0.810.780.69
HSV292°51°93°
CMYK 0.070.510.00   0.07
XYZ51.496834.036084.7443
Yxy34.03600.30240.1999
Hunter Lab58.340455.4655-45.2854
CIE-Lab64.991158.5157-44.3300

#dd74ee color RGB value is (221,116,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110100 11101110
Octal 335 164 356
Decimal 221 116 238
Hex DD 74 EE

RGB Percentages of Color #dd74ee

%38.43
%20.17
%41.39

CMYK Percentages of Color #dd74ee

%7
%51
%0
%7

Triadic Colors of #dd74ee

#dd74ee #eedd74 #74eedd

Analogous Colors of #dd74ee

#dd74ee #ee74c2 #a074ee

Monochromatic Colors of #dd74ee

#dd74ee

Complementary Color

#dd74ee #85ee74

#dd74ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd74ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd74ee Color CSS Codes

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

#dd74ee Text Font Color

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

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


#dd74ee Background Color

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

This div background color is #dd74ee


#dd74ee Border Color

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

This div border color is #dd74ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd74ee


Comments

No comments written yet.

Please login to write comment.