Color Hex Logo

#b75298 Color Hex

#B75298
(183,82,152)
0 Favorites   0 Comments

Color spaces of #b75298

RGB 18382152
HSL0.880.410.52
HSV318°55°72°
CMYK 0.000.550.17   0.28
XYZ28.213218.368931.7643
Yxy18.36890.36010.2345
Hunter Lab42.859042.4998-13.9407
CIE-Lab49.940549.3085-18.9541

#b75298 color RGB value is (183,82,152).

#b75298 hex color red value is 183, green value is 82 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #b75298 hue: 0.88 , saturation: 0.41 and the lightness value of b75298 is 0.52.

The process color (four color CMYK) of #b75298 color hex is 0.00, 0.55, 0.17, 0.28. Web safe color of #b75298 is #cc6699. Color #b75298 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010010 10011000
Octal 267 122 230
Decimal 183 82 152
Hex B7 52 98

RGB Percentages of Color #b75298

%43.88
%19.66
%36.45

CMYK Percentages of Color #b75298

%0
%55
%17
%28

Triadic Colors of #b75298

#b75298 #98b752 #5298b7

Analogous Colors of #b75298

#b75298 #b75266 #a452b7

Monochromatic Colors of #b75298

#b75298

Complementary Color

#b75298 #52b771

#b75298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75298 Color CSS Codes

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

#b75298 Text Font Color

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

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


#b75298 Background Color

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

This div background color is #b75298


#b75298 Border Color

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

This div border color is #b75298


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,82,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b75298; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b75298;
  -webkit-box-shadow: 1px 1px 3px 2px #b75298;
  box-shadow:         1px 1px 3px 2px #b75298; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,82,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75298


Comments

No comments written yet.

Please login to write comment.