Color Hex Logo

#d770ce Color Hex

#D770CE
(215,112,206)
0 Favorites   0 Comments

Color spaces of #d770ce

RGB 215112206
HSL0.850.560.64
HSV305°48°84°
CMYK 0.000.480.04   0.16
XYZ44.959130.491661.9084
Yxy30.49160.32730.2220
Hunter Lab55.219248.6999-27.8189
CIE-Lab62.076153.0449-31.0749

#d770ce color RGB value is (215,112,206).

#d770ce hex color red value is 215, green value is 112 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d770ce hue: 0.85 , saturation: 0.56 and the lightness value of d770ce is 0.64.

The process color (four color CMYK) of #d770ce color hex is 0.00, 0.48, 0.04, 0.16. Web safe color of #d770ce is #cc66cc. Color #d770ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110000 11001110
Octal 327 160 316
Decimal 215 112 206
Hex D7 70 CE

RGB Percentages of Color #d770ce

%40.34
%21.01
%38.65

CMYK Percentages of Color #d770ce

%0
%48
%4
%16

Triadic Colors of #d770ce

#d770ce #ced770 #70ced7

Analogous Colors of #d770ce

#d770ce #d7709b #ad70d7

Monochromatic Colors of #d770ce

#d770ce

Complementary Color

#d770ce #70d779

#d770ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d770ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d770ce Color CSS Codes

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

#d770ce Text Font Color

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

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


#d770ce Background Color

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

This div background color is #d770ce


#d770ce Border Color

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

This div border color is #d770ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d770ce


Comments

No comments written yet.

Please login to write comment.