Color Hex Logo

#b730bc Color Hex

#B730BC
(183,48,188)
0 Favorites   0 Comments

Color spaces of #b730bc

RGB 18348188
HSL0.830.590.46
HSV298°74°74°
CMYK 0.030.740.00   0.26
XYZ29.662515.812049.0656
Yxy15.81200.31380.1673
Hunter Lab39.764363.5660-45.3235
CIE-Lab46.726968.7766-45.1832

#b730bc color RGB value is (183,48,188).

#b730bc hex color red value is 183, green value is 48 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b730bc hue: 0.83 , saturation: 0.59 and the lightness value of b730bc is 0.46.

The process color (four color CMYK) of #b730bc color hex is 0.03, 0.74, 0.00, 0.26. Web safe color of #b730bc is #cc33cc. Color #b730bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110000 10111100
Octal 267 60 274
Decimal 183 48 188
Hex B7 30 BC

RGB Percentages of Color #b730bc

%43.68
%11.46
%44.87

CMYK Percentages of Color #b730bc

%3
%74
%0
%26

Triadic Colors of #b730bc

#b730bc #bcb730 #30bcb7

Analogous Colors of #b730bc

#b730bc #bc307b #7130bc

Monochromatic Colors of #b730bc

#b730bc

Complementary Color

#b730bc #35bc30

#b730bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b730bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b730bc Color CSS Codes

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

#b730bc Text Font Color

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

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


#b730bc Background Color

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

This div background color is #b730bc


#b730bc Border Color

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

This div border color is #b730bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b730bc


Comments

No comments written yet.

Please login to write comment.