Color Hex Logo

#d68adc Color Hex

#D68ADC
(214,138,220)
0 Favorites   0 Comments

Color spaces of #d68adc

RGB 214138220
HSL0.820.540.70
HSV296°37°86°
CMYK 0.030.370.00   0.14
XYZ49.738337.640472.3540
Yxy37.64040.31140.2356
Hunter Lab61.351837.3456-26.9762
CIE-Lab67.754741.9101-30.1229

#d68adc color RGB value is (214,138,220).

#d68adc hex color red value is 214, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d68adc hue: 0.82 , saturation: 0.54 and the lightness value of d68adc is 0.70.

The process color (four color CMYK) of #d68adc color hex is 0.03, 0.37, 0.00, 0.14. Web safe color of #d68adc is #cc99cc. Color #d68adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001010 11011100
Octal 326 212 334
Decimal 214 138 220
Hex D6 8A DC

RGB Percentages of Color #d68adc

%37.41
%24.13
%38.46

CMYK Percentages of Color #d68adc

%3
%37
%0
%14

Triadic Colors of #d68adc

#d68adc #dcd68a #8adcd6

Analogous Colors of #d68adc

#d68adc #dc8ab9 #ad8adc

Monochromatic Colors of #d68adc

#d68adc

Complementary Color

#d68adc #90dc8a

#d68adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68adc Color CSS Codes

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

#d68adc Text Font Color

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

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


#d68adc Background Color

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

This div background color is #d68adc


#d68adc Border Color

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

This div border color is #d68adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68adc


Comments

No comments written yet.

Please login to write comment.