Color Hex Logo

#d97cea Color Hex

#D97CEA
(217,124,234)
0 Favorites   0 Comments

Color spaces of #d97cea

RGB 217124234
HSL0.810.720.70
HSV291°47°92°
CMYK 0.070.470.00   0.08
XYZ50.674235.107581.9475
Yxy35.10750.30210.2093
Hunter Lab59.251648.9697-40.5245
CIE-Lab65.832352.7081-40.8333

#d97cea color RGB value is (217,124,234).

#d97cea hex color red value is 217, green value is 124 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d97cea hue: 0.81 , saturation: 0.72 and the lightness value of d97cea is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111100 11101010
Octal 331 174 352
Decimal 217 124 234
Hex D9 7C EA

RGB Percentages of Color #d97cea

%37.74
%21.57
%40.70

CMYK Percentages of Color #d97cea

%7
%47
%0
%8

Triadic Colors of #d97cea

#d97cea #ead97c #7cead9

Analogous Colors of #d97cea

#d97cea #ea7cc4 #a27cea

Monochromatic Colors of #d97cea

#d97cea

Complementary Color

#d97cea #8dea7c

#d97cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97cea Color CSS Codes

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

#d97cea Text Font Color

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

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


#d97cea Background Color

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

This div background color is #d97cea


#d97cea Border Color

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

This div border color is #d97cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97cea


Comments

No comments written yet.

Please login to write comment.