Color Hex Logo

#b25fa8 Color Hex

#B25FA8
(178,95,168)
0 Favorites   0 Comments

Color spaces of #b25fa8

RGB 17895168
HSL0.850.350.54
HSV307°47°70°
CMYK 0.000.470.06   0.30
XYZ29.520220.476539.4423
Yxy20.47650.33010.2289
Hunter Lab45.251037.2582-20.0035
CIE-Lab52.371743.9021-24.6885

#b25fa8 color RGB value is (178,95,168).

#b25fa8 hex color red value is 178, green value is 95 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #b25fa8 hue: 0.85 , saturation: 0.35 and the lightness value of b25fa8 is 0.54.

The process color (four color CMYK) of #b25fa8 color hex is 0.00, 0.47, 0.06, 0.30. Web safe color of #b25fa8 is #996699. Color #b25fa8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011111 10101000
Octal 262 137 250
Decimal 178 95 168
Hex B2 5F A8

RGB Percentages of Color #b25fa8

%40.36
%21.54
%38.10

CMYK Percentages of Color #b25fa8

%0
%47
%6
%30

Triadic Colors of #b25fa8

#b25fa8 #a8b25f #5fa8b2

Analogous Colors of #b25fa8

#b25fa8 #b25f7f #935fb2

Monochromatic Colors of #b25fa8

#b25fa8

Complementary Color

#b25fa8 #5fb269

#b25fa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25fa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25fa8 Color CSS Codes

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

#b25fa8 Text Font Color

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

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


#b25fa8 Background Color

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

This div background color is #b25fa8


#b25fa8 Border Color

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

This div border color is #b25fa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25fa8


Comments

No comments written yet.

Please login to write comment.