Color Hex Logo

#d69cea Color Hex

#D69CEA
(214,156,234)
0 Favorites   0 Comments

Color spaces of #d69cea

RGB 214156234
HSL0.790.650.76
HSV285°33°92°
CMYK 0.090.330.00   0.08
XYZ54.471344.013683.4664
Yxy44.01360.29940.2419
Hunter Lab66.342730.4592-28.1534
CIE-Lab72.237634.9826-30.9067

#d69cea color RGB value is (214,156,234).

#d69cea hex color red value is 214, green value is 156 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d69cea hue: 0.79 , saturation: 0.65 and the lightness value of d69cea is 0.76.

The process color (four color CMYK) of #d69cea color hex is 0.09, 0.33, 0.00, 0.08. Web safe color of #d69cea is #cc99ff. Color #d69cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011100 11101010
Octal 326 234 352
Decimal 214 156 234
Hex D6 9C EA

RGB Percentages of Color #d69cea

%35.43
%25.83
%38.74

CMYK Percentages of Color #d69cea

%9
%33
%0
%8

Triadic Colors of #d69cea

#d69cea #ead69c #9cead6

Analogous Colors of #d69cea

#d69cea #ea9cd7 #af9cea

Monochromatic Colors of #d69cea

#d69cea

Complementary Color

#d69cea #b0ea9c

#d69cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69cea Color CSS Codes

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

#d69cea Text Font Color

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

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


#d69cea Background Color

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

This div background color is #d69cea


#d69cea Border Color

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

This div border color is #d69cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69cea


Comments

No comments written yet.

Please login to write comment.