Color Hex Logo

#d772db Color Hex

#D772DB
(215,114,219)
0 Favorites   0 Comments

Color spaces of #d772db

RGB 215114219
HSL0.830.590.65
HSV298°48°86°
CMYK 0.020.480.00   0.14
XYZ46.827831.596270.6484
Yxy31.59620.31410.2120
Hunter Lab56.210550.3363-35.1715
CIE-Lab63.007754.3537-36.9251

#d772db color RGB value is (215,114,219).

#d772db hex color red value is 215, green value is 114 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d772db hue: 0.83 , saturation: 0.59 and the lightness value of d772db is 0.65.

The process color (four color CMYK) of #d772db color hex is 0.02, 0.48, 0.00, 0.14. Web safe color of #d772db is #cc66cc. Color #d772db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110010 11011011
Octal 327 162 333
Decimal 215 114 219
Hex D7 72 DB

RGB Percentages of Color #d772db

%39.23
%20.80
%39.96

CMYK Percentages of Color #d772db

%2
%48
%0
%14

Triadic Colors of #d772db

#d772db #dbd772 #72dbd7

Analogous Colors of #d772db

#d772db #db72ab #a372db

Monochromatic Colors of #d772db

#d772db

Complementary Color

#d772db #76db72

#d772db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d772db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d772db Color CSS Codes

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

#d772db Text Font Color

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

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


#d772db Background Color

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

This div background color is #d772db


#d772db Border Color

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

This div border color is #d772db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d772db


Comments

No comments written yet.

Please login to write comment.