Color Hex Logo

#be13be Color Hex

#BE13BE
(190,19,190)
0 Favorites   0 Comments

Color spaces of #be13be

RGB 19019190
HSL0.830.820.41
HSV300°90°75°
CMYK 0.000.900.00   0.25
XYZ30.762315.130650.0143
Yxy15.13060.32080.1578
Hunter Lab38.898173.0940-49.0051
CIE-Lab45.812676.8584-47.7416

#be13be color RGB value is (190,19,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010011 10111110
Octal 276 23 276
Decimal 190 19 190
Hex BE 13 BE

RGB Percentages of Color #be13be

%47.62
%4.76
%47.62

CMYK Percentages of Color #be13be

%0
%90
%0
%25

Triadic Colors of #be13be

#be13be #bebe13 #13bebe

Analogous Colors of #be13be

#be13be #be1369 #6913be

Monochromatic Colors of #be13be

#be13be

Complementary Color

#be13be #13be13

#be13be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be13be Color Preview on White Background

Lorem ipsum dolor sit amet.

#be13be Color CSS Codes

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

#be13be Text Font Color

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

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


#be13be Background Color

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

This div background color is #be13be


#be13be Border Color

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

This div border color is #be13be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be13be


Comments

No comments written yet.

Please login to write comment.