Color Hex Logo

#be13dc Color Hex

#BE13DC
(190,19,220)
0 Favorites   0 Comments

Color spaces of #be13dc

RGB 19019220
HSL0.810.840.47
HSV291°91°86°
CMYK 0.140.910.00   0.14
XYZ34.386316.580269.0981
Yxy16.58020.28640.1381
Hunter Lab40.718879.4822-72.1095
CIE-Lab47.726781.5913-61.9959

#be13dc color RGB value is (190,19,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00010011 11011100
Octal 276 23 334
Decimal 190 19 220
Hex BE 13 DC

RGB Percentages of Color #be13dc

%44.29
%4.43
%51.28

CMYK Percentages of Color #be13dc

%14
%91
%0
%14

Triadic Colors of #be13dc

#be13dc #dcbe13 #13dcbe

Analogous Colors of #be13dc

#be13dc #dc1396 #5913dc

Monochromatic Colors of #be13dc

#be13dc

Complementary Color

#be13dc #31dc13

#be13dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be13dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be13dc Color CSS Codes

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

#be13dc Text Font Color

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

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


#be13dc Background Color

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

This div background color is #be13dc


#be13dc Border Color

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

This div border color is #be13dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be13dc


Comments

No comments written yet.

Please login to write comment.