Color Hex Logo

#b6265d Color Hex

#B6265D
(182,38,93)
0 Favorites   0 Comments

Color spaces of #b6265d

RGB 1823893
HSL0.940.650.43
HSV337°79°71°
CMYK 0.000.790.49   0.29
XYZ21.960312.121611.5382
Yxy12.12160.48140.2657
Hunter Lab34.816151.66104.7223
CIE-Lab41.408759.35894.3374

#b6265d color RGB value is (182,38,93).

#b6265d hex color red value is 182, green value is 38 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #b6265d hue: 0.94 , saturation: 0.65 and the lightness value of b6265d is 0.43.

The process color (four color CMYK) of #b6265d color hex is 0.00, 0.79, 0.49, 0.29. Web safe color of #b6265d is #cc3366. Color #b6265d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100110 01011101
Octal 266 46 135
Decimal 182 38 93
Hex B6 26 5D

RGB Percentages of Color #b6265d

%58.15
%12.14
%29.71

CMYK Percentages of Color #b6265d

%0
%79
%49
%29

Triadic Colors of #b6265d

#b6265d #5db626 #265db6

Analogous Colors of #b6265d

#b6265d #b63726 #b626a5

Monochromatic Colors of #b6265d

#b6265d

Complementary Color

#b6265d #26b67f

#b6265d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6265d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6265d Color CSS Codes

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

#b6265d Text Font Color

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

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


#b6265d Background Color

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

This div background color is #b6265d


#b6265d Border Color

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

This div border color is #b6265d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,38,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6265d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6265d;
  -webkit-box-shadow: 1px 1px 3px 2px #b6265d;
  box-shadow:         1px 1px 3px 2px #b6265d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,38,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6265d


Comments

No comments written yet.

Please login to write comment.