Color Hex Logo

#b25361 Color Hex

#B25361
(178,83,97)
0 Favorites   0 Comments

Color spaces of #b25361

RGB 1788397
HSL0.980.380.51
HSV351°53°70°
CMYK 0.000.530.46   0.30
XYZ23.611016.514613.2525
Yxy16.51460.44230.3094
Hunter Lab40.638232.59279.1117
CIE-Lab47.642539.991610.6127

#b25361 color RGB value is (178,83,97).

#b25361 hex color red value is 178, green value is 83 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #b25361 hue: 0.98 , saturation: 0.38 and the lightness value of b25361 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010011 01100001
Octal 262 123 141
Decimal 178 83 97
Hex B2 53 61

RGB Percentages of Color #b25361

%49.72
%23.18
%27.09

CMYK Percentages of Color #b25361

%0
%53
%46
%30

Triadic Colors of #b25361

#b25361 #61b253 #5361b2

Analogous Colors of #b25361

#b25361 #b27553 #b25391

Monochromatic Colors of #b25361

#b25361

Complementary Color

#b25361 #53b2a4

#b25361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25361 Color CSS Codes

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

#b25361 Text Font Color

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

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


#b25361 Background Color

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

This div background color is #b25361


#b25361 Border Color

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

This div border color is #b25361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25361


Comments

No comments written yet.

Please login to write comment.