Color Hex Logo

#be15be Color Hex

#BE15BE
(190,21,190)
0 Favorites   0 Comments

Color spaces of #be15be

RGB 19021190
HSL0.830.800.41
HSV300°89°75°
CMYK 0.000.890.00   0.25
XYZ30.797615.201250.0261
Yxy15.20120.32070.1583
Hunter Lab38.988772.7688-48.7824
CIE-Lab45.908576.5759-47.5882

#be15be color RGB value is (190,21,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010101 10111110
Octal 276 25 276
Decimal 190 21 190
Hex BE 15 BE

RGB Percentages of Color #be15be

%47.38
%5.24
%47.38

CMYK Percentages of Color #be15be

%0
%89
%0
%25

Triadic Colors of #be15be

#be15be #bebe15 #15bebe

Analogous Colors of #be15be

#be15be #be156a #6a15be

Monochromatic Colors of #be15be

#be15be

Complementary Color

#be15be #15be15

#be15be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be15be Color Preview on White Background

Lorem ipsum dolor sit amet.

#be15be Color CSS Codes

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

#be15be Text Font Color

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

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


#be15be Background Color

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

This div background color is #be15be


#be15be Border Color

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

This div border color is #be15be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,21,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 #be15be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be15be


Comments

No comments written yet.

Please login to write comment.