Color Hex Logo

#d68aec Color Hex

#D68AEC
(214,138,236)
0 Favorites   0 Comments

Color spaces of #d68aec

RGB 214138236
HSL0.800.720.73
HSV287°42°93°
CMYK 0.090.420.00   0.07
XYZ51.960438.529284.0552
Yxy38.52920.29770.2207
Hunter Lab62.071940.7966-36.8377
CIE-Lab68.408945.0037-37.9374

#d68aec color RGB value is (214,138,236).

#d68aec hex color red value is 214, green value is 138 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d68aec hue: 0.80 , saturation: 0.72 and the lightness value of d68aec is 0.73.

The process color (four color CMYK) of #d68aec color hex is 0.09, 0.42, 0.00, 0.07. Web safe color of #d68aec is #cc99ff. Color #d68aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001010 11101100
Octal 326 212 354
Decimal 214 138 236
Hex D6 8A EC

RGB Percentages of Color #d68aec

%36.39
%23.47
%40.14

CMYK Percentages of Color #d68aec

%9
%42
%0
%7

Triadic Colors of #d68aec

#d68aec #ecd68a #8aecd6

Analogous Colors of #d68aec

#d68aec #ec8ad1 #a58aec

Monochromatic Colors of #d68aec

#d68aec

Complementary Color

#d68aec #a0ec8a

#d68aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68aec Color CSS Codes

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

#d68aec Text Font Color

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

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


#d68aec Background Color

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

This div background color is #d68aec


#d68aec Border Color

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

This div border color is #d68aec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,138,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68aec


Comments

No comments written yet.

Please login to write comment.