Color Hex Logo

#b25dde Color Hex

#B25DDE
(178,93,222)
0 Favorites   0 Comments

Color spaces of #b25dde

RGB 17893222
HSL0.780.660.62
HSV280°58°87°
CMYK 0.200.580.00   0.13
XYZ35.459322.567671.5943
Yxy22.56760.27360.1741
Hunter Lab47.505450.1029-56.1009
CIE-Lab54.624155.5288-52.1489

#b25dde color RGB value is (178,93,222).

#b25dde hex color red value is 178, green value is 93 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b25dde hue: 0.78 , saturation: 0.66 and the lightness value of b25dde is 0.62.

The process color (four color CMYK) of #b25dde color hex is 0.20, 0.58, 0.00, 0.13. Web safe color of #b25dde is #9966cc. Color #b25dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011101 11011110
Octal 262 135 336
Decimal 178 93 222
Hex B2 5D DE

RGB Percentages of Color #b25dde

%36.11
%18.86
%45.03

CMYK Percentages of Color #b25dde

%20
%58
%0
%13

Triadic Colors of #b25dde

#b25dde #deb25d #5ddeb2

Analogous Colors of #b25dde

#b25dde #de5dca #725dde

Monochromatic Colors of #b25dde

#b25dde

Complementary Color

#b25dde #89de5d

#b25dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25dde Color CSS Codes

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

#b25dde Text Font Color

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

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


#b25dde Background Color

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

This div background color is #b25dde


#b25dde Border Color

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

This div border color is #b25dde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,93,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b25dde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b25dde;
  -webkit-box-shadow: 1px 1px 3px 2px #b25dde;
  box-shadow:         1px 1px 3px 2px #b25dde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,93,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25dde


Comments

No comments written yet.

Please login to write comment.