Color Hex Logo

#b750ac Color Hex

#B750AC
(183,80,172)
0 Favorites   0 Comments

Color spaces of #b750ac

RGB 18380172
HSL0.850.420.52
HSV306°56°72°
CMYK 0.000.560.06   0.28
XYZ29.843518.783241.0823
Yxy18.78320.33270.2094
Hunter Lab43.339647.0702-25.8642
CIE-Lab50.432653.4921-29.9811

#b750ac color RGB value is (183,80,172).

#b750ac hex color red value is 183, green value is 80 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b750ac hue: 0.85 , saturation: 0.42 and the lightness value of b750ac is 0.52.

The process color (four color CMYK) of #b750ac color hex is 0.00, 0.56, 0.06, 0.28. Web safe color of #b750ac is #cc6699. Color #b750ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010000 10101100
Octal 267 120 254
Decimal 183 80 172
Hex B7 50 AC

RGB Percentages of Color #b750ac

%42.07
%18.39
%39.54

CMYK Percentages of Color #b750ac

%0
%56
%6
%28

Triadic Colors of #b750ac

#b750ac #acb750 #50acb7

Analogous Colors of #b750ac

#b750ac #b75079 #8f50b7

Monochromatic Colors of #b750ac

#b750ac

Complementary Color

#b750ac #50b75b

#b750ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b750ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b750ac Color CSS Codes

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

#b750ac Text Font Color

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

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


#b750ac Background Color

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

This div background color is #b750ac


#b750ac Border Color

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

This div border color is #b750ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b750ac


Comments

No comments written yet.

Please login to write comment.