Color Hex Logo

#d69bee Color Hex

#D69BEE
(214,155,238)
0 Favorites   0 Comments

Color spaces of #d69bee

RGB 214155238
HSL0.790.710.77
HSV283°35°93°
CMYK 0.100.350.00   0.07
XYZ54.885543.911986.4720
Yxy43.91190.29620.2370
Hunter Lab66.266131.8788-30.9826
CIE-Lab72.169636.3258-33.1952

#d69bee color RGB value is (214,155,238).

#d69bee hex color red value is 214, green value is 155 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d69bee hue: 0.79 , saturation: 0.71 and the lightness value of d69bee is 0.77.

The process color (four color CMYK) of #d69bee color hex is 0.10, 0.35, 0.00, 0.07. Web safe color of #d69bee is #cc99ff. Color #d69bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10011011 11101110
Octal 326 233 356
Decimal 214 155 238
Hex D6 9B EE

RGB Percentages of Color #d69bee

%35.26
%25.54
%39.21

CMYK Percentages of Color #d69bee

%10
%35
%0
%7

Triadic Colors of #d69bee

#d69bee #eed69b #9beed6

Analogous Colors of #d69bee

#d69bee #ee9bdd #ad9bee

Monochromatic Colors of #d69bee

#d69bee

Complementary Color

#d69bee #b3ee9b

#d69bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69bee Color CSS Codes

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

#d69bee Text Font Color

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

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


#d69bee Background Color

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

This div background color is #d69bee


#d69bee Border Color

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

This div border color is #d69bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69bee


Comments

No comments written yet.

Please login to write comment.