Color Hex Logo

#d98cb8 Color Hex

#D98CB8
(217,140,184)
0 Favorites   0 Comments

Color spaces of #d98cb8

RGB 217140184
HSL0.900.500.70
HSV326°35°85°
CMYK 0.000.350.15   0.15
XYZ46.645136.968650.0246
Yxy36.96860.34900.2766
Hunter Lab60.801830.5360-6.2195
CIE-Lab67.253535.5388-10.7851

#d98cb8 color RGB value is (217,140,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001100 10111000
Octal 331 214 270
Decimal 217 140 184
Hex D9 8C B8

RGB Percentages of Color #d98cb8

%40.11
%25.88
%34.01

CMYK Percentages of Color #d98cb8

%0
%35
%15
%15

Triadic Colors of #d98cb8

#d98cb8 #b8d98c #8cb8d9

Analogous Colors of #d98cb8

#d98cb8 #d98c92 #d48cd9

Monochromatic Colors of #d98cb8

#d98cb8

Complementary Color

#d98cb8 #8cd9ad

#d98cb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98cb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98cb8 Color CSS Codes

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

#d98cb8 Text Font Color

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

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


#d98cb8 Background Color

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

This div background color is #d98cb8


#d98cb8 Border Color

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

This div border color is #d98cb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98cb8


Comments

No comments written yet.

Please login to write comment.