Color Hex Logo

#d168cd Color Hex

#D168CD
(209,104,205)
0 Favorites   0 Comments

Color spaces of #d168cd

RGB 209104205
HSL0.840.530.61
HSV302°50°82°
CMYK 0.000.500.02   0.18
XYZ42.264327.863760.9083
Yxy27.86370.32250.2126
Hunter Lab52.786150.5442-31.4627
CIE-Lab59.765455.0602-34.1617

#d168cd color RGB value is (209,104,205).

#d168cd hex color red value is 209, green value is 104 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d168cd hue: 0.84 , saturation: 0.53 and the lightness value of d168cd is 0.61.

The process color (four color CMYK) of #d168cd color hex is 0.00, 0.50, 0.02, 0.18. Web safe color of #d168cd is #cc66cc. Color #d168cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101000 11001101
Octal 321 150 315
Decimal 209 104 205
Hex D1 68 CD

RGB Percentages of Color #d168cd

%40.35
%20.08
%39.58

CMYK Percentages of Color #d168cd

%0
%50
%2
%18

Triadic Colors of #d168cd

#d168cd #cdd168 #68cdd1

Analogous Colors of #d168cd

#d168cd #d16899 #a168d1

Monochromatic Colors of #d168cd

#d168cd

Complementary Color

#d168cd #68d16c

#d168cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d168cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d168cd Color CSS Codes

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

#d168cd Text Font Color

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

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


#d168cd Background Color

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

This div background color is #d168cd


#d168cd Border Color

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

This div border color is #d168cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,104,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d168cd


Comments

No comments written yet.

Please login to write comment.