Color Hex Logo

#be6abd Color Hex

#BE6ABD
(190,106,189)
0 Favorites   0 Comments

Color spaces of #be6abd

RGB 190106189
HSL0.840.390.58
HSV301°44°75°
CMYK 0.000.440.01   0.25
XYZ35.574524.929351.0810
Yxy24.92930.31880.2234
Hunter Lab49.929239.8047-25.7072
CIE-Lab57.006545.6495-29.5311

#be6abd color RGB value is (190,106,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01101010 10111101
Octal 276 152 275
Decimal 190 106 189
Hex BE 6A BD

RGB Percentages of Color #be6abd

%39.18
%21.86
%38.97

CMYK Percentages of Color #be6abd

%0
%44
%1
%25

Triadic Colors of #be6abd

#be6abd #bdbe6a #6abdbe

Analogous Colors of #be6abd

#be6abd #be6a93 #956abe

Monochromatic Colors of #be6abd

#be6abd

Complementary Color

#be6abd #6abe6b

#be6abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be6abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be6abd Color CSS Codes

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

#be6abd Text Font Color

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

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


#be6abd Background Color

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

This div background color is #be6abd


#be6abd Border Color

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

This div border color is #be6abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be6abd


Comments

No comments written yet.

Please login to write comment.