Color Hex Logo

#be3bad Color Hex

#BE3BAD
(190,59,173)
0 Favorites   0 Comments

Color spaces of #be3bad

RGB 19059173
HSL0.850.530.49
HSV308°69°75°
CMYK 0.000.690.09   0.25
XYZ30.342017.092241.2351
Yxy17.09220.34220.1928
Hunter Lab41.342758.6539-30.1958
CIE-Lab48.376064.2385-33.7059

#be3bad color RGB value is (190,59,173).

#be3bad hex color red value is 190, green value is 59 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #be3bad hue: 0.85 , saturation: 0.53 and the lightness value of be3bad is 0.49.

The process color (four color CMYK) of #be3bad color hex is 0.00, 0.69, 0.09, 0.25. Web safe color of #be3bad is #cc3399. Color #be3bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111011 10101101
Octal 276 73 255
Decimal 190 59 173
Hex BE 3B AD

RGB Percentages of Color #be3bad

%45.02
%13.98
%41.00

CMYK Percentages of Color #be3bad

%0
%69
%9
%25

Triadic Colors of #be3bad

#be3bad #adbe3b #3badbe

Analogous Colors of #be3bad

#be3bad #be3b6c #8e3bbe

Monochromatic Colors of #be3bad

#be3bad

Complementary Color

#be3bad #3bbe4c

#be3bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3bad Color CSS Codes

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

#be3bad Text Font Color

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

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


#be3bad Background Color

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

This div background color is #be3bad


#be3bad Border Color

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

This div border color is #be3bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3bad


Comments

No comments written yet.

Please login to write comment.