Color Hex Logo

#dd74fb Color Hex

#DD74FB
(221,116,251)
0 Favorites   0 Comments

Color spaces of #dd74fb

RGB 221116251
HSL0.800.940.72
HSV287°54°98°
CMYK 0.120.540.00   0.02
XYZ53.476834.828095.1707
Yxy34.82800.29150.1898
Hunter Lab59.015358.4715-54.3031
CIE-Lab65.614560.9872-50.5102

#dd74fb color RGB value is (221,116,251).

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

The process color (four color CMYK) of #dd74fb color hex is 0.12, 0.54, 0.00, 0.02. Web safe color of #dd74fb is #cc66ff. Color #dd74fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110100 11111011
Octal 335 164 373
Decimal 221 116 251
Hex DD 74 FB

RGB Percentages of Color #dd74fb

%37.59
%19.73
%42.69

CMYK Percentages of Color #dd74fb

%12
%54
%0
%2

Triadic Colors of #dd74fb

#dd74fb #fbdd74 #74fbdd

Analogous Colors of #dd74fb

#dd74fb #fb74d6 #9a74fb

Monochromatic Colors of #dd74fb

#dd74fb

Complementary Color

#dd74fb #92fb74

#dd74fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd74fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd74fb Color CSS Codes

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

#dd74fb Text Font Color

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

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


#dd74fb Background Color

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

This div background color is #dd74fb


#dd74fb Border Color

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

This div border color is #dd74fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd74fb

Related Colors


Comments

No comments written yet.

Please login to write comment.