Color Hex Logo

#be38dc Color Hex

#BE38DC
(190,56,220)
0 Favorites   0 Comments

Color spaces of #be38dc

RGB 19056220
HSL0.800.700.54
HSV289°75°86°
CMYK 0.140.750.00   0.14
XYZ35.567618.942869.4918
Yxy18.94280.28680.1528
Hunter Lab43.523369.7058-64.1994
CIE-Lab50.620273.1531-57.3328

#be38dc color RGB value is (190,56,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00111000 11011100
Octal 276 70 334
Decimal 190 56 220
Hex BE 38 DC

RGB Percentages of Color #be38dc

%40.77
%12.02
%47.21

CMYK Percentages of Color #be38dc

%14
%75
%0
%14

Triadic Colors of #be38dc

#be38dc #dcbe38 #38dcbe

Analogous Colors of #be38dc

#be38dc #dc38a8 #6c38dc

Monochromatic Colors of #be38dc

#be38dc

Complementary Color

#be38dc #56dc38

#be38dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be38dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be38dc Color CSS Codes

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

#be38dc Text Font Color

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

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


#be38dc Background Color

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

This div background color is #be38dc


#be38dc Border Color

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

This div border color is #be38dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be38dc


Comments

No comments written yet.

Please login to write comment.