Color Hex Logo

#d165da Color Hex

#D165DA
(209,101,218)
0 Favorites   0 Comments

Color spaces of #d165da

RGB 209101218
HSL0.820.610.63
HSV295°54°85°
CMYK 0.040.540.00   0.15
XYZ43.603127.924669.4215
Yxy27.92460.30940.1981
Hunter Lab52.843754.8097-40.8994
CIE-Lab59.820658.8103-41.4121

#d165da color RGB value is (209,101,218).

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

The process color (four color CMYK) of #d165da color hex is 0.04, 0.54, 0.00, 0.15. Web safe color of #d165da is #cc66cc. Color #d165da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100101 11011010
Octal 321 145 332
Decimal 209 101 218
Hex D1 65 DA

RGB Percentages of Color #d165da

%39.58
%19.13
%41.29

CMYK Percentages of Color #d165da

%4
%54
%0
%15

Triadic Colors of #d165da

#d165da #dad165 #65dad1

Analogous Colors of #d165da

#d165da #da65a9 #9765da

Monochromatic Colors of #d165da

#d165da

Complementary Color

#d165da #6eda65

#d165da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d165da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d165da Color CSS Codes

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

#d165da Text Font Color

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

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


#d165da Background Color

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

This div background color is #d165da


#d165da Border Color

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

This div border color is #d165da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d165da


Comments

No comments written yet.

Please login to write comment.