Color Hex Logo

#be469d Color Hex

#BE469D
(190,70,157)
0 Favorites   0 Comments

Color spaces of #be469d

RGB 19070157
HSL0.880.480.51
HSV317°63°75°
CMYK 0.000.630.17   0.25
XYZ29.511217.761833.7712
Yxy17.76180.36410.2192
Hunter Lab42.144851.2385-18.0086
CIE-Lab49.205957.5134-22.9573

#be469d color RGB value is (190,70,157).

#be469d hex color red value is 190, green value is 70 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #be469d hue: 0.88 , saturation: 0.48 and the lightness value of be469d is 0.51.

The process color (four color CMYK) of #be469d color hex is 0.00, 0.63, 0.17, 0.25. Web safe color of #be469d is #cc3399. Color #be469d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000110 10011101
Octal 276 106 235
Decimal 190 70 157
Hex BE 46 9D

RGB Percentages of Color #be469d

%45.56
%16.79
%37.65

CMYK Percentages of Color #be469d

%0
%63
%17
%25

Triadic Colors of #be469d

#be469d #9dbe46 #469dbe

Analogous Colors of #be469d

#be469d #be4661 #a346be

Monochromatic Colors of #be469d

#be469d

Complementary Color

#be469d #46be67

#be469d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be469d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be469d Color CSS Codes

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

#be469d Text Font Color

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

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


#be469d Background Color

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

This div background color is #be469d


#be469d Border Color

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

This div border color is #be469d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be469d


Comments

No comments written yet.

Please login to write comment.