Color Hex Logo

#b25eff Color Hex

#B25EFF
(178,94,255)
0 Favorites   0 Comments

Color spaces of #b25eff

RGB 17894255
HSL0.751.000.68
HSV271°63°100°
CMYK 0.300.630.00   0.00
XYZ40.412824.690497.2435
Yxy24.69040.24890.1521
Hunter Lab49.689458.2189-81.2494
CIE-Lab56.772562.3043-67.1334

#b25eff color RGB value is (178,94,255).

#b25eff hex color red value is 178, green value is 94 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b25eff hue: 0.75 , saturation: 1.00 and the lightness value of b25eff is 0.68.

The process color (four color CMYK) of #b25eff color hex is 0.30, 0.63, 0.00, 0.00. Web safe color of #b25eff is #9966ff. Color #b25eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011110 11111111
Octal 262 136 377
Decimal 178 94 255
Hex B2 5E FF

RGB Percentages of Color #b25eff

%33.78
%17.84
%48.39

CMYK Percentages of Color #b25eff

%30
%63
%0
%0

Triadic Colors of #b25eff

#b25eff #ffb25e #5effb2

Analogous Colors of #b25eff

#b25eff #ff5efc #625eff

Monochromatic Colors of #b25eff

#b25eff

Complementary Color

#b25eff #abff5e

#b25eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25eff Color CSS Codes

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

#b25eff Text Font Color

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

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


#b25eff Background Color

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

This div background color is #b25eff


#b25eff Border Color

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

This div border color is #b25eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25eff


Comments

No comments written yet.

Please login to write comment.