Color Hex Logo

#b25fea Color Hex

#B25FEA
(178,95,234)
0 Favorites   0 Comments

Color spaces of #b25fea

RGB 17895234
HSL0.770.770.65
HSV276°59°92°
CMYK 0.240.590.00   0.08
XYZ37.303623.589980.4291
Yxy23.58990.26400.1669
Hunter Lab48.569452.0998-64.1833
CIE-Lab55.674857.1352-57.2155

#b25fea color RGB value is (178,95,234).

#b25fea hex color red value is 178, green value is 95 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b25fea hue: 0.77 , saturation: 0.77 and the lightness value of b25fea is 0.65.

The process color (four color CMYK) of #b25fea color hex is 0.24, 0.59, 0.00, 0.08. Web safe color of #b25fea is #9966ff. Color #b25fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011111 11101010
Octal 262 137 352
Decimal 178 95 234
Hex B2 5F EA

RGB Percentages of Color #b25fea

%35.11
%18.74
%46.15

CMYK Percentages of Color #b25fea

%24
%59
%0
%8

Triadic Colors of #b25fea

#b25fea #eab25f #5feab2

Analogous Colors of #b25fea

#b25fea #ea5fdd #6d5fea

Monochromatic Colors of #b25fea

#b25fea

Complementary Color

#b25fea #97ea5f

#b25fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25fea Color CSS Codes

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

#b25fea Text Font Color

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

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


#b25fea Background Color

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

This div background color is #b25fea


#b25fea Border Color

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

This div border color is #b25fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25fea


Comments

No comments written yet.

Please login to write comment.