Color Hex Logo

#b25675 Color Hex

#B25675
(178,86,117)
0 Favorites   0 Comments

Color spaces of #b25675

RGB 17886117
HSL0.940.370.52
HSV340°52°70°
CMYK 0.000.520.34   0.30
XYZ24.898817.404918.8768
Yxy17.40490.40700.2845
Hunter Lab41.719233.52362.3763
CIE-Lab48.766240.76160.1459

#b25675 color RGB value is (178,86,117).

#b25675 hex color red value is 178, green value is 86 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #b25675 hue: 0.94 , saturation: 0.37 and the lightness value of b25675 is 0.52.

The process color (four color CMYK) of #b25675 color hex is 0.00, 0.52, 0.34, 0.30. Web safe color of #b25675 is #996666. Color #b25675 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010110 01110101
Octal 262 126 165
Decimal 178 86 117
Hex B2 56 75

RGB Percentages of Color #b25675

%46.72
%22.57
%30.71

CMYK Percentages of Color #b25675

%0
%52
%34
%30

Triadic Colors of #b25675

#b25675 #75b256 #5675b2

Analogous Colors of #b25675

#b25675 #b26556 #b256a3

Monochromatic Colors of #b25675

#b25675

Complementary Color

#b25675 #56b293

#b25675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25675 Color CSS Codes

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

#b25675 Text Font Color

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

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


#b25675 Background Color

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

This div background color is #b25675


#b25675 Border Color

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

This div border color is #b25675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25675


Comments

No comments written yet.

Please login to write comment.