Color Hex Logo

#d771eb Color Hex

#D771EB
(215,113,235)
0 Favorites   0 Comments

Color spaces of #d771eb

RGB 215113235
HSL0.810.750.68
HSV290°52°92°
CMYK 0.090.520.00   0.08
XYZ48.924932.255582.2446
Yxy32.25550.29940.1974
Hunter Lab56.793954.3787-46.1035
CIE-Lab63.553557.8104-44.9818

#d771eb color RGB value is (215,113,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110001 11101011
Octal 327 161 353
Decimal 215 113 235
Hex D7 71 EB

RGB Percentages of Color #d771eb

%38.19
%20.07
%41.74

CMYK Percentages of Color #d771eb

%9
%52
%0
%8

Triadic Colors of #d771eb

#d771eb #ebd771 #71ebd7

Analogous Colors of #d771eb

#d771eb #eb71c2 #9a71eb

Monochromatic Colors of #d771eb

#d771eb

Complementary Color

#d771eb #85eb71

#d771eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d771eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d771eb Color CSS Codes

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

#d771eb Text Font Color

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

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


#d771eb Background Color

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

This div background color is #d771eb


#d771eb Border Color

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

This div border color is #d771eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d771eb


Comments

No comments written yet.

Please login to write comment.