Color Hex Logo

#be58dd Color Hex

#BE58DD
(190,88,221)
0 Favorites   0 Comments

Color spaces of #be58dd

RGB 19088221
HSL0.790.660.61
HSV286°60°87°
CMYK 0.140.600.00   0.13
XYZ37.776123.147170.8834
Yxy23.14710.28660.1756
Hunter Lab48.111455.9595-53.6750
CIE-Lab55.223560.6196-50.5379

#be58dd color RGB value is (190,88,221).

#be58dd hex color red value is 190, green value is 88 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #be58dd hue: 0.79 , saturation: 0.66 and the lightness value of be58dd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01011000 11011101
Octal 276 130 335
Decimal 190 88 221
Hex BE 58 DD

RGB Percentages of Color #be58dd

%38.08
%17.64
%44.29

CMYK Percentages of Color #be58dd

%14
%60
%0
%13

Triadic Colors of #be58dd

#be58dd #ddbe58 #58ddbe

Analogous Colors of #be58dd

#be58dd #dd58ba #7c58dd

Monochromatic Colors of #be58dd

#be58dd

Complementary Color

#be58dd #77dd58

#be58dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be58dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be58dd Color CSS Codes

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

#be58dd Text Font Color

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

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


#be58dd Background Color

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

This div background color is #be58dd


#be58dd Border Color

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

This div border color is #be58dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be58dd


Comments

No comments written yet.

Please login to write comment.