Color Hex Logo

#d98ae6 Color Hex

#D98AE6
(217,138,230)
0 Favorites   0 Comments

Color spaces of #d98ae6

RGB 217138230
HSL0.810.650.72
HSV292°40°90°
CMYK 0.060.400.00   0.10
XYZ51.986738.641879.5815
Yxy38.64180.30540.2270
Hunter Lab62.162540.4956-32.3903
CIE-Lab68.491044.7186-34.4813

#d98ae6 color RGB value is (217,138,230).

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

The process color (four color CMYK) of #d98ae6 color hex is 0.06, 0.40, 0.00, 0.10. Web safe color of #d98ae6 is #cc99ff. Color #d98ae6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001010 11100110
Octal 331 212 346
Decimal 217 138 230
Hex D9 8A E6

RGB Percentages of Color #d98ae6

%37.09
%23.59
%39.32

CMYK Percentages of Color #d98ae6

%6
%40
%0
%10

Triadic Colors of #d98ae6

#d98ae6 #e6d98a #8ae6d9

Analogous Colors of #d98ae6

#d98ae6 #e68ac5 #ab8ae6

Monochromatic Colors of #d98ae6

#d98ae6

Complementary Color

#d98ae6 #97e68a

#d98ae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98ae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98ae6 Color CSS Codes

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

#d98ae6 Text Font Color

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

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


#d98ae6 Background Color

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

This div background color is #d98ae6


#d98ae6 Border Color

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

This div border color is #d98ae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98ae6


Comments

No comments written yet.

Please login to write comment.