Color Hex Logo

#be13de Color Hex

#BE13DE
(190,19,222)
0 Favorites   0 Comments

Color spaces of #be13de

RGB 19019222
HSL0.810.840.47
HSV291°91°87°
CMYK 0.140.910.00   0.13
XYZ34.652916.686870.5017
Yxy16.68680.28440.1370
Hunter Lab40.849579.9362-73.7334
CIE-Lab47.863081.9223-62.9168

#be13de color RGB value is (190,19,222).

#be13de hex color red value is 190, green value is 19 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #be13de hue: 0.81 , saturation: 0.84 and the lightness value of be13de is 0.47.

The process color (four color CMYK) of #be13de color hex is 0.14, 0.91, 0.00, 0.13. Web safe color of #be13de is #cc00cc. Color #be13de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010011 11011110
Octal 276 23 336
Decimal 190 19 222
Hex BE 13 DE

RGB Percentages of Color #be13de

%44.08
%4.41
%51.51

CMYK Percentages of Color #be13de

%14
%91
%0
%13

Triadic Colors of #be13de

#be13de #debe13 #13debe

Analogous Colors of #be13de

#be13de #de1399 #5913de

Monochromatic Colors of #be13de

#be13de

Complementary Color

#be13de #33de13

#be13de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be13de Color Preview on White Background

Lorem ipsum dolor sit amet.

#be13de Color CSS Codes

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

#be13de Text Font Color

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

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


#be13de Background Color

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

This div background color is #be13de


#be13de Border Color

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

This div border color is #be13de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be13de


Comments

No comments written yet.

Please login to write comment.