Color Hex Logo

#b25a6c Color Hex

#B25A6C
(178,90,108)
0 Favorites   0 Comments

Color spaces of #b25a6c

RGB 17890108
HSL0.970.360.53
HSV348°49°70°
CMYK 0.000.490.39   0.30
XYZ24.723017.860016.3316
Yxy17.86000.41960.3032
Hunter Lab42.261130.46676.6704
CIE-Lab49.325937.59466.3668

#b25a6c color RGB value is (178,90,108).

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

The process color (four color CMYK) of #b25a6c color hex is 0.00, 0.49, 0.39, 0.30. Web safe color of #b25a6c is #996666. Color #b25a6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011010 01101100
Octal 262 132 154
Decimal 178 90 108
Hex B2 5A 6C

RGB Percentages of Color #b25a6c

%47.34
%23.94
%28.72

CMYK Percentages of Color #b25a6c

%0
%49
%39
%30

Triadic Colors of #b25a6c

#b25a6c #6cb25a #5a6cb2

Analogous Colors of #b25a6c

#b25a6c #b2745a #b25a98

Monochromatic Colors of #b25a6c

#b25a6c

Complementary Color

#b25a6c #5ab2a0

#b25a6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25a6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25a6c Color CSS Codes

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

#b25a6c Text Font Color

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

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


#b25a6c Background Color

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

This div background color is #b25a6c


#b25a6c Border Color

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

This div border color is #b25a6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25a6c


Comments

No comments written yet.

Please login to write comment.