Color Hex Logo

#b25592 Color Hex

#B25592
(178,85,146)
0 Favorites   0 Comments

Color spaces of #b25592

RGB 17885146
HSL0.890.380.52
HSV321°52°70°
CMYK 0.000.520.18   0.30
XYZ26.796918.037329.2633
Yxy18.03730.36160.2434
Hunter Lab42.470338.3025-11.1233
CIE-Lab49.541345.3520-16.0655

#b25592 color RGB value is (178,85,146).

#b25592 hex color red value is 178, green value is 85 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #b25592 hue: 0.89 , saturation: 0.38 and the lightness value of b25592 is 0.52.

The process color (four color CMYK) of #b25592 color hex is 0.00, 0.52, 0.18, 0.30. Web safe color of #b25592 is #996699. Color #b25592 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010101 10010010
Octal 262 125 222
Decimal 178 85 146
Hex B2 55 92

RGB Percentages of Color #b25592

%43.52
%20.78
%35.70

CMYK Percentages of Color #b25592

%0
%52
%18
%30

Triadic Colors of #b25592

#b25592 #92b255 #5592b2

Analogous Colors of #b25592

#b25592 #b25564 #a455b2

Monochromatic Colors of #b25592

#b25592

Complementary Color

#b25592 #55b275

#b25592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25592 Color CSS Codes

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

#b25592 Text Font Color

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

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


#b25592 Background Color

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

This div background color is #b25592


#b25592 Border Color

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

This div border color is #b25592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25592


Comments

No comments written yet.

Please login to write comment.