Color Hex Logo

#d961eb Color Hex

#D961EB
(217,97,235)
0 Favorites   0 Comments

Color spaces of #d961eb

RGB 21797235
HSL0.810.780.65
HSV292°59°92°
CMYK 0.080.590.00   0.08
XYZ47.885429.299381.7287
Yxy29.29930.30130.1844
Hunter Lab54.128863.1857-51.6313
CIE-Lab61.044965.7651-48.9253

#d961eb color RGB value is (217,97,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01100001 11101011
Octal 331 141 353
Decimal 217 97 235
Hex D9 61 EB

RGB Percentages of Color #d961eb

%39.53
%17.67
%42.81

CMYK Percentages of Color #d961eb

%8
%59
%0
%8

Triadic Colors of #d961eb

#d961eb #ebd961 #61ebd9

Analogous Colors of #d961eb

#d961eb #eb61b8 #9461eb

Monochromatic Colors of #d961eb

#d961eb

Complementary Color

#d961eb #73eb61

#d961eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d961eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d961eb Color CSS Codes

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

#d961eb Text Font Color

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

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


#d961eb Background Color

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

This div background color is #d961eb


#d961eb Border Color

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

This div border color is #d961eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,97,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 #d961eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d961eb


Comments

No comments written yet.

Please login to write comment.