Color Hex Logo

#dd7cfe Color Hex

#DD7CFE
(221,124,254)
0 Favorites   0 Comments

Color spaces of #dd7cfe

RGB 221124254
HSL0.790.980.74
HSV285°51°100°
CMYK 0.130.510.00   0.00
XYZ54.915836.943298.0023
Yxy36.94320.28920.1946
Hunter Lab60.780954.9088-53.0517
CIE-Lab67.234457.6748-49.5953

#dd7cfe color RGB value is (221,124,254).

#dd7cfe hex color red value is 221, green value is 124 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dd7cfe hue: 0.79 , saturation: 0.98 and the lightness value of dd7cfe is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111100 11111110
Octal 335 174 376
Decimal 221 124 254
Hex DD 7C FE

RGB Percentages of Color #dd7cfe

%36.89
%20.70
%42.40

CMYK Percentages of Color #dd7cfe

%13
%51
%0
%0

Triadic Colors of #dd7cfe

#dd7cfe #fedd7c #7cfedd

Analogous Colors of #dd7cfe

#dd7cfe #fe7cde #9c7cfe

Monochromatic Colors of #dd7cfe

#dd7cfe

Complementary Color

#dd7cfe #9dfe7c

#dd7cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd7cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd7cfe Color CSS Codes

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

#dd7cfe Text Font Color

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

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


#dd7cfe Background Color

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

This div background color is #dd7cfe


#dd7cfe Border Color

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

This div border color is #dd7cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd7cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.