Color Hex Logo

#b25aed Color Hex

#B25AED
(178,90,237)
0 Favorites   0 Comments

Color spaces of #b25aed

RGB 17890237
HSL0.770.800.64
HSV276°62°93°
CMYK 0.250.620.00   0.07
XYZ37.302322.891782.5733
Yxy22.89170.26130.1603
Hunter Lab47.845355.4373-68.8334
CIE-Lab54.960660.2095-60.0394

#b25aed color RGB value is (178,90,237).

#b25aed hex color red value is 178, green value is 90 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b25aed hue: 0.77 , saturation: 0.80 and the lightness value of b25aed is 0.64.

The process color (four color CMYK) of #b25aed color hex is 0.25, 0.62, 0.00, 0.07. Web safe color of #b25aed is #9966ff. Color #b25aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011010 11101101
Octal 262 132 355
Decimal 178 90 237
Hex B2 5A ED

RGB Percentages of Color #b25aed

%35.25
%17.82
%46.93

CMYK Percentages of Color #b25aed

%25
%62
%0
%7

Triadic Colors of #b25aed

#b25aed #edb25a #5aedb2

Analogous Colors of #b25aed

#b25aed #ed5adf #695aed

Monochromatic Colors of #b25aed

#b25aed

Complementary Color

#b25aed #95ed5a

#b25aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25aed Color CSS Codes

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

#b25aed Text Font Color

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

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


#b25aed Background Color

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

This div background color is #b25aed


#b25aed Border Color

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

This div border color is #b25aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25aed


Comments

No comments written yet.

Please login to write comment.