Color Hex Logo

#d770e2 Color Hex

#D770E2
(215,112,226)
0 Favorites   0 Comments

Color spaces of #d770e2

RGB 215112226
HSL0.820.660.66
HSV294°50°89°
CMYK 0.050.500.00   0.11
XYZ47.546031.526475.5308
Yxy31.52640.30750.2039
Hunter Lab56.148452.8927-40.4531
CIE-Lab62.949556.6133-40.9256

#d770e2 color RGB value is (215,112,226).

#d770e2 hex color red value is 215, green value is 112 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #d770e2 hue: 0.82 , saturation: 0.66 and the lightness value of d770e2 is 0.66.

The process color (four color CMYK) of #d770e2 color hex is 0.05, 0.50, 0.00, 0.11. Web safe color of #d770e2 is #cc66cc. Color #d770e2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110000 11100010
Octal 327 160 342
Decimal 215 112 226
Hex D7 70 E2

RGB Percentages of Color #d770e2

%38.88
%20.25
%40.87

CMYK Percentages of Color #d770e2

%5
%50
%0
%11

Triadic Colors of #d770e2

#d770e2 #e2d770 #70e2d7

Analogous Colors of #d770e2

#d770e2 #e270b4 #9e70e2

Monochromatic Colors of #d770e2

#d770e2

Complementary Color

#d770e2 #7be270

#d770e2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d770e2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d770e2 Color CSS Codes

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

#d770e2 Text Font Color

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

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


#d770e2 Background Color

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

This div background color is #d770e2


#d770e2 Border Color

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

This div border color is #d770e2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,112,226, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d770e2


Comments

No comments written yet.

Please login to write comment.