Color Hex Logo

#be3aaf Color Hex

#BE3AAF
(190,58,175)
0 Favorites   0 Comments

Color spaces of #be3aaf

RGB 19058175
HSL0.850.530.49
HSV307°69°75°
CMYK 0.000.690.08   0.25
XYZ30.486117.068442.2452
Yxy17.06840.33950.1901
Hunter Lab41.313959.4182-31.7067
CIE-Lab48.346164.9074-34.9295

#be3aaf color RGB value is (190,58,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111010 10101111
Octal 276 72 257
Decimal 190 58 175
Hex BE 3A AF

RGB Percentages of Color #be3aaf

%44.92
%13.71
%41.37

CMYK Percentages of Color #be3aaf

%0
%69
%8
%25

Triadic Colors of #be3aaf

#be3aaf #afbe3a #3aafbe

Analogous Colors of #be3aaf

#be3aaf #be3a6d #8b3abe

Monochromatic Colors of #be3aaf

#be3aaf

Complementary Color

#be3aaf #3abe49

#be3aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be3aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#be3aaf Color CSS Codes

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

#be3aaf Text Font Color

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

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


#be3aaf Background Color

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

This div background color is #be3aaf


#be3aaf Border Color

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

This div border color is #be3aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be3aaf


Comments

No comments written yet.

Please login to write comment.