color codes Logo

#d97bef color codes

#D97BEF
(217,123,239)
0 Favorites   0 Comments

Color spaces of #d97bef

RGB 217123239
HSL0.800.780.71
HSV289°49°94°
CMYK 0.090.490.00   0.06
XYZ51.278235.149685.7433
Yxy35.14960.29780.2042
Hunter Lab59.287150.6346-44.2465
CIE-Lab65.865054.1716-43.5435

#d97bef color RGB value is (217,123,239).

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

The process color (four color CMYK) of #d97bef color code is 0.09, 0.49, 0.00, 0.06. Web safe color of #d97bef is #cc66ff. Color #d97bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111011 11101111
Octal 331 173 357
Decimal 217 123 239
Hex D9 7B EF

RGB Percentages of Color #d97bef

%37.48
%21.24
%41.28

CMYK Percentages of Color #d97bef

%9
%49
%0
%6

Triadic Colors of #d97bef

#d97bef #efd97b #7befd9

Analogous Colors of #d97bef

#d97bef #ef7bcb #9f7bef

Monochromatic Colors of #d97bef

#d97bef

Complementary Color

#d97bef #91ef7b

#d97bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97bef Color CSS Codes

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

#d97bef Text Font Color

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

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


#d97bef Background Color

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

This div background color is #d97bef


#d97bef Border Color

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

This div border color is #d97bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97bef


Comments

No comments written yet.

Please login to write comment.