Color Hex Logo

#be28dd Color Hex

#BE28DD
(190,40,221)
0 Favorites   0 Comments

Color spaces of #be28dd

RGB 19040221
HSL0.800.730.51
HSV290°82°87°
CMYK 0.140.820.00   0.13
XYZ35.045117.685269.9731
Yxy17.68520.28560.1441
Hunter Lab42.053875.1571-69.2147
CIE-Lab49.112077.8808-60.3297

#be28dd color RGB value is (190,40,221).

#be28dd hex color red value is 190, green value is 40 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #be28dd hue: 0.80 , saturation: 0.73 and the lightness value of be28dd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00101000 11011101
Octal 276 50 335
Decimal 190 40 221
Hex BE 28 DD

RGB Percentages of Color #be28dd

%42.13
%8.87
%49.00

CMYK Percentages of Color #be28dd

%14
%82
%0
%13

Triadic Colors of #be28dd

#be28dd #ddbe28 #28ddbe

Analogous Colors of #be28dd

#be28dd #dd28a2 #6428dd

Monochromatic Colors of #be28dd

#be28dd

Complementary Color

#be28dd #47dd28

#be28dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be28dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be28dd Color CSS Codes

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

#be28dd Text Font Color

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

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


#be28dd Background Color

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

This div background color is #be28dd


#be28dd Border Color

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

This div border color is #be28dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be28dd


Comments

No comments written yet.

Please login to write comment.