Color Hex Logo

#d768cd Color Hex

#D768CD
(215,104,205)
0 Favorites   0 Comments

Color spaces of #d768cd

RGB 215104205
HSL0.850.580.63
HSV305°52°84°
CMYK 0.000.520.05   0.16
XYZ43.994128.755560.9892
Yxy28.75550.32900.2150
Hunter Lab53.624252.6019-29.8963
CIE-Lab60.565256.7497-32.8556

#d768cd color RGB value is (215,104,205).

#d768cd hex color red value is 215, green value is 104 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d768cd hue: 0.85 , saturation: 0.58 and the lightness value of d768cd is 0.63.

The process color (four color CMYK) of #d768cd color hex is 0.00, 0.52, 0.05, 0.16. Web safe color of #d768cd is #cc66cc. Color #d768cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101000 11001101
Octal 327 150 315
Decimal 215 104 205
Hex D7 68 CD

RGB Percentages of Color #d768cd

%41.03
%19.85
%39.12

CMYK Percentages of Color #d768cd

%0
%52
%5
%16

Triadic Colors of #d768cd

#d768cd #cdd768 #68cdd7

Analogous Colors of #d768cd

#d768cd #d76896 #aa68d7

Monochromatic Colors of #d768cd

#d768cd

Complementary Color

#d768cd #68d772

#d768cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d768cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d768cd Color CSS Codes

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

#d768cd Text Font Color

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

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


#d768cd Background Color

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

This div background color is #d768cd


#d768cd Border Color

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

This div border color is #d768cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d768cd


Comments

No comments written yet.

Please login to write comment.