Color Hex Logo

#be25dd Color Hex

#BE25DD
(190,37,221)
0 Favorites   0 Comments

Color spaces of #be25dd

RGB 19037221
HSL0.810.730.51
HSV290°83°87°
CMYK 0.140.830.00   0.13
XYZ34.947917.490769.9407
Yxy17.49070.28560.1429
Hunter Lab41.821975.9728-69.8781
CIE-Lab48.872578.5817-60.7162

#be25dd color RGB value is (190,37,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 00100101 11011101
Octal 276 45 335
Decimal 190 37 221
Hex BE 25 DD

RGB Percentages of Color #be25dd

%42.41
%8.26
%49.33

CMYK Percentages of Color #be25dd

%14
%83
%0
%13

Triadic Colors of #be25dd

#be25dd #ddbe25 #25ddbe

Analogous Colors of #be25dd

#be25dd #dd25a0 #6225dd

Monochromatic Colors of #be25dd

#be25dd

Complementary Color

#be25dd #44dd25

#be25dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be25dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#be25dd Color CSS Codes

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

#be25dd Text Font Color

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

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


#be25dd Background Color

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

This div background color is #be25dd


#be25dd Border Color

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

This div border color is #be25dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be25dd


Comments

No comments written yet.

Please login to write comment.