Color Hex Logo

#b742ba Color Hex

#B742BA
(183,66,186)
0 Favorites   0 Comments

Color spaces of #b742ba

RGB 18366186
HSL0.830.480.49
HSV299°65°73°
CMYK 0.020.650.00   0.27
XYZ30.339617.508948.2349
Yxy17.50890.31580.1822
Hunter Lab41.843656.1988-39.0555
CIE-Lab48.895061.9926-40.5749

#b742ba color RGB value is (183,66,186).

#b742ba hex color red value is 183, green value is 66 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b742ba hue: 0.83 , saturation: 0.48 and the lightness value of b742ba is 0.49.

The process color (four color CMYK) of #b742ba color hex is 0.02, 0.65, 0.00, 0.27. Web safe color of #b742ba is #cc33cc. Color #b742ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000010 10111010
Octal 267 102 272
Decimal 183 66 186
Hex B7 42 BA

RGB Percentages of Color #b742ba

%42.07
%15.17
%42.76

CMYK Percentages of Color #b742ba

%2
%65
%0
%27

Triadic Colors of #b742ba

#b742ba #bab742 #42bab7

Analogous Colors of #b742ba

#b742ba #ba4281 #7b42ba

Monochromatic Colors of #b742ba

#b742ba

Complementary Color

#b742ba #45ba42

#b742ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b742ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b742ba Color CSS Codes

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

#b742ba Text Font Color

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

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


#b742ba Background Color

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

This div background color is #b742ba


#b742ba Border Color

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

This div border color is #b742ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b742ba


Comments

No comments written yet.

Please login to write comment.