Color Hex Logo

#d97bed Color Hex

#D97BED
(217,123,237)
0 Favorites   0 Comments

Color spaces of #d97bed

RGB 217123237
HSL0.800.760.71
HSV289°48°93°
CMYK 0.080.480.00   0.07
XYZ50.984335.032184.1955
Yxy35.03210.29950.2058
Hunter Lab59.187950.1805-42.9092
CIE-Lab65.773653.7861-42.5829

#d97bed color RGB value is (217,123,237).

#d97bed hex color red value is 217, green value is 123 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d97bed hue: 0.80 , saturation: 0.76 and the lightness value of d97bed is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111011 11101101
Octal 331 173 355
Decimal 217 123 237
Hex D9 7B ED

RGB Percentages of Color #d97bed

%37.61
%21.32
%41.07

CMYK Percentages of Color #d97bed

%8
%48
%0
%7

Triadic Colors of #d97bed

#d97bed #edd97b #7bedd9

Analogous Colors of #d97bed

#d97bed #ed7bc8 #a07bed

Monochromatic Colors of #d97bed

#d97bed

Complementary Color

#d97bed #8fed7b

#d97bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97bed Color CSS Codes

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

#d97bed Text Font Color

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

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


#d97bed Background Color

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

This div background color is #d97bed


#d97bed Border Color

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

This div border color is #d97bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97bed


Comments

No comments written yet.

Please login to write comment.