Color Hex Logo

#be68bd Color Hex

#BE68BD
(190,104,189)
0 Favorites   0 Comments

Color spaces of #be68bd

RGB 190104189
HSL0.840.400.58
HSV301°45°75°
CMYK 0.000.450.01   0.25
XYZ35.370824.521951.0131
Yxy24.52190.31890.2211
Hunter Lab49.519640.8395-26.4145
CIE-Lab56.606646.6840-30.1517

#be68bd color RGB value is (190,104,189).

#be68bd hex color red value is 190, green value is 104 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #be68bd hue: 0.84 , saturation: 0.40 and the lightness value of be68bd is 0.58.

The process color (four color CMYK) of #be68bd color hex is 0.00, 0.45, 0.01, 0.25. Web safe color of #be68bd is #cc66cc. Color #be68bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101000 10111101
Octal 276 150 275
Decimal 190 104 189
Hex BE 68 BD

RGB Percentages of Color #be68bd

%39.34
%21.53
%39.13

CMYK Percentages of Color #be68bd

%0
%45
%1
%25

Triadic Colors of #be68bd

#be68bd #bdbe68 #68bdbe

Analogous Colors of #be68bd

#be68bd #be6892 #9468be

Monochromatic Colors of #be68bd

#be68bd

Complementary Color

#be68bd #68be69

#be68bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be68bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be68bd Color CSS Codes

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

#be68bd Text Font Color

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

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


#be68bd Background Color

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

This div background color is #be68bd


#be68bd Border Color

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

This div border color is #be68bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,104,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be68bd


Comments

No comments written yet.

Please login to write comment.