Color Hex Logo

#d767dc Color Hex

#D767DC
(215,103,220)
0 Favorites   0 Comments

Color spaces of #d767dc

RGB 215103220
HSL0.830.630.63
HSV297°53°86°
CMYK 0.020.530.00   0.14
XYZ45.792829.314970.9549
Yxy29.31490.31350.2007
Hunter Lab54.143256.2195-39.7995
CIE-Lab61.058559.8242-40.5358

#d767dc color RGB value is (215,103,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100111 11011100
Octal 327 147 334
Decimal 215 103 220
Hex D7 67 DC

RGB Percentages of Color #d767dc

%39.96
%19.14
%40.89

CMYK Percentages of Color #d767dc

%2
%53
%0
%14

Triadic Colors of #d767dc

#d767dc #dcd767 #67dcd7

Analogous Colors of #d767dc

#d767dc #dc67a7 #9d67dc

Monochromatic Colors of #d767dc

#d767dc

Complementary Color

#d767dc #6cdc67

#d767dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d767dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d767dc Color CSS Codes

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

#d767dc Text Font Color

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

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


#d767dc Background Color

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

This div background color is #d767dc


#d767dc Border Color

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

This div border color is #d767dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d767dc


Comments

No comments written yet.

Please login to write comment.