Color Hex Logo

#dd74f9 Color Hex

#DD74F9
(221,116,249)
0 Favorites   0 Comments

Color spaces of #dd74f9

RGB 221116249
HSL0.800.920.72
HSV287°53°98°
CMYK 0.110.530.00   0.02
XYZ53.163134.702593.5188
Yxy34.70250.29310.1913
Hunter Lab58.908857.9994-52.8877
CIE-Lab65.516460.6016-49.5665

#dd74f9 color RGB value is (221,116,249).

#dd74f9 hex color red value is 221, green value is 116 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #dd74f9 hue: 0.80 , saturation: 0.92 and the lightness value of dd74f9 is 0.72.

The process color (four color CMYK) of #dd74f9 color hex is 0.11, 0.53, 0.00, 0.02. Web safe color of #dd74f9 is #cc66ff. Color #dd74f9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110100 11111001
Octal 335 164 371
Decimal 221 116 249
Hex DD 74 F9

RGB Percentages of Color #dd74f9

%37.71
%19.80
%42.49

CMYK Percentages of Color #dd74f9

%11
%53
%0
%2

Triadic Colors of #dd74f9

#dd74f9 #f9dd74 #74f9dd

Analogous Colors of #dd74f9

#dd74f9 #f974d3 #9b74f9

Monochromatic Colors of #dd74f9

#dd74f9

Complementary Color

#dd74f9 #90f974

#dd74f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd74f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd74f9 Color CSS Codes

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

#dd74f9 Text Font Color

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

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


#dd74f9 Background Color

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

This div background color is #dd74f9


#dd74f9 Border Color

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

This div border color is #dd74f9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,116,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd74f9

Related Colors


Comments

No comments written yet.

Please login to write comment.