Color Hex Logo

#b25ca6 Color Hex

#B25CA6
(178,92,166)
0 Favorites   0 Comments

Color spaces of #b25ca6

RGB 17892166
HSL0.860.360.53
HSV308°48°70°
CMYK 0.000.480.07   0.30
XYZ29.070219.872438.3800
Yxy19.87240.33290.2276
Hunter Lab44.578538.3898-19.8410
CIE-Lab51.692645.0998-24.5678

#b25ca6 color RGB value is (178,92,166).

#b25ca6 hex color red value is 178, green value is 92 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #b25ca6 hue: 0.86 , saturation: 0.36 and the lightness value of b25ca6 is 0.53.

The process color (four color CMYK) of #b25ca6 color hex is 0.00, 0.48, 0.07, 0.30. Web safe color of #b25ca6 is #996699. Color #b25ca6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011100 10100110
Octal 262 134 246
Decimal 178 92 166
Hex B2 5C A6

RGB Percentages of Color #b25ca6

%40.83
%21.10
%38.07

CMYK Percentages of Color #b25ca6

%0
%48
%7
%30

Triadic Colors of #b25ca6

#b25ca6 #a6b25c #5ca6b2

Analogous Colors of #b25ca6

#b25ca6 #b25c7b #935cb2

Monochromatic Colors of #b25ca6

#b25ca6

Complementary Color

#b25ca6 #5cb268

#b25ca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25ca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25ca6 Color CSS Codes

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

#b25ca6 Text Font Color

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

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


#b25ca6 Background Color

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

This div background color is #b25ca6


#b25ca6 Border Color

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

This div border color is #b25ca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25ca6


Comments

No comments written yet.

Please login to write comment.