Color Hex Logo

#b25c7d Color Hex

#B25C7D
(178,92,125)
0 Favorites   0 Comments

Color spaces of #b25c7d

RGB 17892125
HSL0.940.360.53
HSV337°48°70°
CMYK 0.000.480.30   0.30
XYZ25.888918.599921.6277
Yxy18.59990.39160.2813
Hunter Lab43.127631.67780.4565
CIE-Lab50.215838.6991-2.5284

#b25c7d color RGB value is (178,92,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011100 01111101
Octal 262 134 175
Decimal 178 92 125
Hex B2 5C 7D

RGB Percentages of Color #b25c7d

%45.06
%23.29
%31.65

CMYK Percentages of Color #b25c7d

%0
%48
%30
%30

Triadic Colors of #b25c7d

#b25c7d #7db25c #5c7db2

Analogous Colors of #b25c7d

#b25c7d #b2665c #b25ca8

Monochromatic Colors of #b25c7d

#b25c7d

Complementary Color

#b25c7d #5cb291

#b25c7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25c7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25c7d Color CSS Codes

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

#b25c7d Text Font Color

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

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


#b25c7d Background Color

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

This div background color is #b25c7d


#b25c7d Border Color

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

This div border color is #b25c7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25c7d


Comments

No comments written yet.

Please login to write comment.