Color Hex Logo

#be44c1 Color Hex

#BE44C1
(190,68,193)
0 Favorites   0 Comments

Color spaces of #be44c1

RGB 19068193
HSL0.830.500.51
HSV299°65°76°
CMYK 0.020.650.00   0.24
XYZ32.928018.931652.3708
Yxy18.93160.31590.1816
Hunter Lab43.510558.9426-40.9063
CIE-Lab50.607164.0664-41.8617

#be44c1 color RGB value is (190,68,193).

#be44c1 hex color red value is 190, green value is 68 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #be44c1 hue: 0.83 , saturation: 0.50 and the lightness value of be44c1 is 0.51.

The process color (four color CMYK) of #be44c1 color hex is 0.02, 0.65, 0.00, 0.24. Web safe color of #be44c1 is #cc33cc. Color #be44c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000100 11000001
Octal 276 104 301
Decimal 190 68 193
Hex BE 44 C1

RGB Percentages of Color #be44c1

%42.13
%15.08
%42.79

CMYK Percentages of Color #be44c1

%2
%65
%0
%24

Triadic Colors of #be44c1

#be44c1 #c1be44 #44c1be

Analogous Colors of #be44c1

#be44c1 #c14486 #8044c1

Monochromatic Colors of #be44c1

#be44c1

Complementary Color

#be44c1 #47c144

#be44c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be44c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be44c1 Color CSS Codes

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

#be44c1 Text Font Color

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

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


#be44c1 Background Color

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

This div background color is #be44c1


#be44c1 Border Color

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

This div border color is #be44c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be44c1


Comments

No comments written yet.

Please login to write comment.