Color Hex Logo

#bd69ee Color Hex

#BD69EE
(189,105,238)
0 Favorites   0 Comments

Color spaces of #bd69ee

RGB 189105238
HSL0.770.800.67
HSV278°56°93°
CMYK 0.210.560.00   0.07
XYZ41.470527.095083.9330
Yxy27.09500.27190.1777
Hunter Lab52.052951.1184-59.1656
CIE-Lab59.062255.6870-53.9634

#bd69ee color RGB value is (189,105,238).

#bd69ee hex color red value is 189, green value is 105 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bd69ee hue: 0.77 , saturation: 0.80 and the lightness value of bd69ee is 0.67.

The process color (four color CMYK) of #bd69ee color hex is 0.21, 0.56, 0.00, 0.07. Web safe color of #bd69ee is #cc66ff. Color #bd69ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101001 11101110
Octal 275 151 356
Decimal 189 105 238
Hex BD 69 EE

RGB Percentages of Color #bd69ee

%35.53
%19.74
%44.74

CMYK Percentages of Color #bd69ee

%21
%56
%0
%7

Triadic Colors of #bd69ee

#bd69ee #eebd69 #69eebd

Analogous Colors of #bd69ee

#bd69ee #ee69dd #7b69ee

Monochromatic Colors of #bd69ee

#bd69ee

Complementary Color

#bd69ee #9aee69

#bd69ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd69ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd69ee Color CSS Codes

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

#bd69ee Text Font Color

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

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


#bd69ee Background Color

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

This div background color is #bd69ee


#bd69ee Border Color

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

This div border color is #bd69ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd69ee


Comments

No comments written yet.

Please login to write comment.