Color Hex Logo

#d97ceb Color Hex

#D97CEB
(217,124,235)
0 Favorites   0 Comments

Color spaces of #d97ceb

RGB 217124235
HSL0.810.740.70
HSV290°47°92°
CMYK 0.080.470.00   0.08
XYZ50.818335.165282.7064
Yxy35.16520.30130.2085
Hunter Lab59.300349.1930-41.1819
CIE-Lab65.877152.8989-41.3159

#d97ceb color RGB value is (217,124,235).

#d97ceb hex color red value is 217, green value is 124 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d97ceb hue: 0.81 , saturation: 0.74 and the lightness value of d97ceb is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111100 11101011
Octal 331 174 353
Decimal 217 124 235
Hex D9 7C EB

RGB Percentages of Color #d97ceb

%37.67
%21.53
%40.80

CMYK Percentages of Color #d97ceb

%8
%47
%0
%8

Triadic Colors of #d97ceb

#d97ceb #ebd97c #7cebd9

Analogous Colors of #d97ceb

#d97ceb #eb7cc6 #a27ceb

Monochromatic Colors of #d97ceb

#d97ceb

Complementary Color

#d97ceb #8eeb7c

#d97ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97ceb Color CSS Codes

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

#d97ceb Text Font Color

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

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


#d97ceb Background Color

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

This div background color is #d97ceb


#d97ceb Border Color

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

This div border color is #d97ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97ceb


Comments

No comments written yet.

Please login to write comment.