Color Hex Logo

#d970eb Color Hex

#D970EB
(217,112,235)
0 Favorites   0 Comments

Color spaces of #d970eb

RGB 217112235
HSL0.810.750.68
HSV291°52°92°
CMYK 0.080.520.00   0.08
XYZ49.404832.338282.2352
Yxy32.33820.30130.1972
Hunter Lab56.866755.5610-45.9329
CIE-Lab63.621458.8235-44.8577

#d970eb color RGB value is (217,112,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110000 11101011
Octal 331 160 353
Decimal 217 112 235
Hex D9 70 EB

RGB Percentages of Color #d970eb

%38.48
%19.86
%41.67

CMYK Percentages of Color #d970eb

%8
%52
%0
%8

Triadic Colors of #d970eb

#d970eb #ebd970 #70ebd9

Analogous Colors of #d970eb

#d970eb #eb70c0 #9c70eb

Monochromatic Colors of #d970eb

#d970eb

Complementary Color

#d970eb #82eb70

#d970eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d970eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d970eb Color CSS Codes

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

#d970eb Text Font Color

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

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


#d970eb Background Color

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

This div background color is #d970eb


#d970eb Border Color

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

This div border color is #d970eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d970eb


Comments

No comments written yet.

Please login to write comment.