Color Hex Logo

#be41dc Color Hex

#BE41DC
(190,65,220)
0 Favorites   0 Comments

Color spaces of #be41dc

RGB 19065220
HSL0.800.690.56
HSV288°70°86°
CMYK 0.140.700.00   0.14
XYZ36.043819.895169.6506
Yxy19.89510.28700.1584
Hunter Lab44.603966.1865-61.3607
CIE-Lab51.718470.0205-55.5704

#be41dc color RGB value is (190,65,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000001 11011100
Octal 276 101 334
Decimal 190 65 220
Hex BE 41 DC

RGB Percentages of Color #be41dc

%40.00
%13.68
%46.32

CMYK Percentages of Color #be41dc

%14
%70
%0
%14

Triadic Colors of #be41dc

#be41dc #dcbe41 #41dcbe

Analogous Colors of #be41dc

#be41dc #dc41ad #7141dc

Monochromatic Colors of #be41dc

#be41dc

Complementary Color

#be41dc #5fdc41

#be41dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be41dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be41dc Color CSS Codes

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

#be41dc Text Font Color

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

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


#be41dc Background Color

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

This div background color is #be41dc


#be41dc Border Color

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

This div border color is #be41dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be41dc


Comments

No comments written yet.

Please login to write comment.