Color Hex Logo

#be58dc Color Hex

#BE58DC
(190,88,220)
0 Favorites   0 Comments

Color spaces of #be58dc

RGB 19088220
HSL0.800.650.60
HSV286°60°86°
CMYK 0.140.600.00   0.14
XYZ37.643223.093970.1837
Yxy23.09390.28750.1764
Hunter Lab48.056155.7240-52.9510
CIE-Lab55.168960.4233-50.0598

#be58dc color RGB value is (190,88,220).

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

The process color (four color CMYK) of #be58dc color hex is 0.14, 0.60, 0.00, 0.14. Web safe color of #be58dc is #cc66cc. Color #be58dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011000 11011100
Octal 276 130 334
Decimal 190 88 220
Hex BE 58 DC

RGB Percentages of Color #be58dc

%38.15
%17.67
%44.18

CMYK Percentages of Color #be58dc

%14
%60
%0
%14

Triadic Colors of #be58dc

#be58dc #dcbe58 #58dcbe

Analogous Colors of #be58dc

#be58dc #dc58b8 #7c58dc

Monochromatic Colors of #be58dc

#be58dc

Complementary Color

#be58dc #76dc58

#be58dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be58dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#be58dc Color CSS Codes

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

#be58dc Text Font Color

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

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


#be58dc Background Color

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

This div background color is #be58dc


#be58dc Border Color

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

This div border color is #be58dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be58dc


Comments

No comments written yet.

Please login to write comment.