Color Hex Logo

#be1365 Color Hex

#BE1365
(190,19,101)
0 Favorites   0 Comments

Color spaces of #be1365

RGB 19019101
HSL0.920.820.41
HSV331°90°75°
CMYK 0.000.900.47   0.25
XYZ23.817012.352513.4409
Yxy12.35250.48010.2490
Hunter Lab35.146159.45601.9281
CIE-Lab41.771066.21140.0219

#be1365 color RGB value is (190,19,101).

#be1365 hex color red value is 190, green value is 19 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #be1365 hue: 0.92 , saturation: 0.82 and the lightness value of be1365 is 0.41.

The process color (four color CMYK) of #be1365 color hex is 0.00, 0.90, 0.47, 0.25. Web safe color of #be1365 is #cc0066. Color #be1365 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010011 01100101
Octal 276 23 145
Decimal 190 19 101
Hex BE 13 65

RGB Percentages of Color #be1365

%61.29
%6.13
%32.58

CMYK Percentages of Color #be1365

%0
%90
%47
%25

Triadic Colors of #be1365

#be1365 #65be13 #1365be

Analogous Colors of #be1365

#be1365 #be1713 #be13bb

Monochromatic Colors of #be1365

#be1365

Complementary Color

#be1365 #13be6c

#be1365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be1365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be1365 Color CSS Codes

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

#be1365 Text Font Color

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

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


#be1365 Background Color

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

This div background color is #be1365


#be1365 Border Color

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

This div border color is #be1365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be1365


Comments

No comments written yet.

Please login to write comment.