Color Hex Logo

#d766da Color Hex

#D766DA
(215,102,218)
0 Favorites   0 Comments

Color spaces of #d766da

RGB 215102218
HSL0.830.610.63
HSV298°53°85°
CMYK 0.010.530.00   0.15
XYZ45.430629.011869.5350
Yxy29.01180.31550.2015
Hunter Lab53.862656.2969-38.8378
CIE-Lab60.792059.9367-39.8308

#d766da color RGB value is (215,102,218).

#d766da hex color red value is 215, green value is 102 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d766da hue: 0.83 , saturation: 0.61 and the lightness value of d766da is 0.63.

The process color (four color CMYK) of #d766da color hex is 0.01, 0.53, 0.00, 0.15. Web safe color of #d766da is #cc66cc. Color #d766da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100110 11011010
Octal 327 146 332
Decimal 215 102 218
Hex D7 66 DA

RGB Percentages of Color #d766da

%40.19
%19.07
%40.75

CMYK Percentages of Color #d766da

%1
%53
%0
%15

Triadic Colors of #d766da

#d766da #dad766 #66dad7

Analogous Colors of #d766da

#d766da #da66a3 #9d66da

Monochromatic Colors of #d766da

#d766da

Complementary Color

#d766da #69da66

#d766da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d766da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d766da Color CSS Codes

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

#d766da Text Font Color

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

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


#d766da Background Color

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

This div background color is #d766da


#d766da Border Color

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

This div border color is #d766da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d766da


Comments

No comments written yet.

Please login to write comment.