Color Hex Logo

#b25bb7 Color Hex

#B25BB7
(178,91,183)
0 Favorites   0 Comments

Color spaces of #b25bb7

RGB 17891183
HSL0.820.390.54
HSV297°50°72°
CMYK 0.030.500.00   0.28
XYZ30.648420.366047.1154
Yxy20.36600.31230.2075
Hunter Lab45.128742.2500-30.3100
CIE-Lab52.248548.6930-33.6041

#b25bb7 color RGB value is (178,91,183).

#b25bb7 hex color red value is 178, green value is 91 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #b25bb7 hue: 0.82 , saturation: 0.39 and the lightness value of b25bb7 is 0.54.

The process color (four color CMYK) of #b25bb7 color hex is 0.03, 0.50, 0.00, 0.28. Web safe color of #b25bb7 is #9966cc. Color #b25bb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011011 10110111
Octal 262 133 267
Decimal 178 91 183
Hex B2 5B B7

RGB Percentages of Color #b25bb7

%39.38
%20.13
%40.49

CMYK Percentages of Color #b25bb7

%3
%50
%0
%28

Triadic Colors of #b25bb7

#b25bb7 #b7b25b #5bb7b2

Analogous Colors of #b25bb7

#b25bb7 #b75b8e #845bb7

Monochromatic Colors of #b25bb7

#b25bb7

Complementary Color

#b25bb7 #60b75b

#b25bb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25bb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25bb7 Color CSS Codes

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

#b25bb7 Text Font Color

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

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


#b25bb7 Background Color

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

This div background color is #b25bb7


#b25bb7 Border Color

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

This div border color is #b25bb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25bb7


Comments

No comments written yet.

Please login to write comment.