Color Hex Logo

#be34dc Color Hex

#BE34DC
(190,52,220)
0 Favorites   0 Comments

Color spaces of #be34dc

RGB 19052220
HSL0.800.710.53
HSV289°76°86°
CMYK 0.140.760.00   0.14
XYZ35.381518.570469.4298
Yxy18.57040.28680.1505
Hunter Lab43.093471.1427-65.3596
CIE-Lab50.180874.4178-58.0393

#be34dc color RGB value is (190,52,220).

#be34dc hex color red value is 190, green value is 52 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #be34dc hue: 0.80 , saturation: 0.71 and the lightness value of be34dc is 0.53.

The process color (four color CMYK) of #be34dc color hex is 0.14, 0.76, 0.00, 0.14. Web safe color of #be34dc is #cc33cc. Color #be34dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 00110100 11011100
Octal 276 64 334
Decimal 190 52 220
Hex BE 34 DC

RGB Percentages of Color #be34dc

%41.13
%11.26
%47.62

CMYK Percentages of Color #be34dc

%14
%76
%0
%14

Triadic Colors of #be34dc

#be34dc #dcbe34 #34dcbe

Analogous Colors of #be34dc

#be34dc #dc34a6 #6a34dc

Monochromatic Colors of #be34dc

#be34dc

Complementary Color

#be34dc #52dc34

#be34dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be34dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be34dc Color CSS Codes

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

#be34dc Text Font Color

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

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


#be34dc Background Color

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

This div background color is #be34dc


#be34dc Border Color

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

This div border color is #be34dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be34dc


Comments

No comments written yet.

Please login to write comment.