Color Hex Logo

#b25ade Color Hex

#B25ADE
(178,90,222)
0 Favorites   0 Comments

Color spaces of #b25ade

RGB 17890222
HSL0.780.670.61
HSV280°59°87°
CMYK 0.200.590.00   0.13
XYZ35.201122.051271.5083
Yxy22.05120.27340.1713
Hunter Lab46.958751.6291-57.4152
CIE-Lab54.081356.9929-53.0152

#b25ade color RGB value is (178,90,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011010 11011110
Octal 262 132 336
Decimal 178 90 222
Hex B2 5A DE

RGB Percentages of Color #b25ade

%36.33
%18.37
%45.31

CMYK Percentages of Color #b25ade

%20
%59
%0
%13

Triadic Colors of #b25ade

#b25ade #deb25a #5adeb2

Analogous Colors of #b25ade

#b25ade #de5ac8 #705ade

Monochromatic Colors of #b25ade

#b25ade

Complementary Color

#b25ade #86de5a

#b25ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25ade Color CSS Codes

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

#b25ade Text Font Color

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

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


#b25ade Background Color

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

This div background color is #b25ade


#b25ade Border Color

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

This div border color is #b25ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25ade


Comments

No comments written yet.

Please login to write comment.