Color Hex Logo

#d98cca Color Hex

#D98CCA
(217,140,202)
0 Favorites   0 Comments

Color spaces of #d98cca

RGB 217140202
HSL0.870.500.70
HSV312°35°85°
CMYK 0.000.350.07   0.15
XYZ48.654037.772160.6035
Yxy37.77210.33090.2569
Hunter Lab61.459033.7562-15.4434
CIE-Lab67.852338.5401-19.9435

#d98cca color RGB value is (217,140,202).

#d98cca hex color red value is 217, green value is 140 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d98cca hue: 0.87 , saturation: 0.50 and the lightness value of d98cca is 0.70.

The process color (four color CMYK) of #d98cca color hex is 0.00, 0.35, 0.07, 0.15. Web safe color of #d98cca is #cc99cc. Color #d98cca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001100 11001010
Octal 331 214 312
Decimal 217 140 202
Hex D9 8C CA

RGB Percentages of Color #d98cca

%38.82
%25.04
%36.14

CMYK Percentages of Color #d98cca

%0
%35
%7
%15

Triadic Colors of #d98cca

#d98cca #cad98c #8ccad9

Analogous Colors of #d98cca

#d98cca #d98ca4 #c28cd9

Monochromatic Colors of #d98cca

#d98cca

Complementary Color

#d98cca #8cd99b

#d98cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98cca Color CSS Codes

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

#d98cca Text Font Color

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

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


#d98cca Background Color

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

This div background color is #d98cca


#d98cca Border Color

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

This div border color is #d98cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98cca


Comments

No comments written yet.

Please login to write comment.