Color Hex Logo

#be1594 Color Hex

#BE1594
(190,21,148)
0 Favorites   0 Comments

Color spaces of #be1594

RGB 19021148
HSL0.870.800.41
HSV315°89°75°
CMYK 0.000.890.22   0.25
XYZ26.848713.621629.2311
Yxy13.62160.38520.1954
Hunter Lab36.907565.2636-21.1231
CIE-Lab43.685370.8046-26.1147

#be1594 color RGB value is (190,21,148).

#be1594 hex color red value is 190, green value is 21 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #be1594 hue: 0.87 , saturation: 0.80 and the lightness value of be1594 is 0.41.

The process color (four color CMYK) of #be1594 color hex is 0.00, 0.89, 0.22, 0.25. Web safe color of #be1594 is #cc0099. Color #be1594 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010101 10010100
Octal 276 25 224
Decimal 190 21 148
Hex BE 15 94

RGB Percentages of Color #be1594

%52.92
%5.85
%41.23

CMYK Percentages of Color #be1594

%0
%89
%22
%25

Triadic Colors of #be1594

#be1594 #94be15 #1594be

Analogous Colors of #be1594

#be1594 #be153f #9415be

Monochromatic Colors of #be1594

#be1594

Complementary Color

#be1594 #15be3f

#be1594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1594 Color CSS Codes

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

#be1594 Text Font Color

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

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


#be1594 Background Color

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

This div background color is #be1594


#be1594 Border Color

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

This div border color is #be1594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1594


Comments

No comments written yet.

Please login to write comment.