Color Hex Logo

#be43ad Color Hex

#BE43AD
(190,67,173)
0 Favorites   0 Comments

Color spaces of #be43ad

RGB 19067173
HSL0.860.490.50
HSV308°65°75°
CMYK 0.000.650.09   0.25
XYZ30.785217.978641.3828
Yxy17.97860.34150.1994
Hunter Lab42.401255.3971-28.1852
CIE-Lab49.470161.1781-31.9920

#be43ad color RGB value is (190,67,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000011 10101101
Octal 276 103 255
Decimal 190 67 173
Hex BE 43 AD

RGB Percentages of Color #be43ad

%44.19
%15.58
%40.23

CMYK Percentages of Color #be43ad

%0
%65
%9
%25

Triadic Colors of #be43ad

#be43ad #adbe43 #43adbe

Analogous Colors of #be43ad

#be43ad #be4370 #9243be

Monochromatic Colors of #be43ad

#be43ad

Complementary Color

#be43ad #43be54

#be43ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be43ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#be43ad Color CSS Codes

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

#be43ad Text Font Color

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

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


#be43ad Background Color

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

This div background color is #be43ad


#be43ad Border Color

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

This div border color is #be43ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be43ad


Comments

No comments written yet.

Please login to write comment.