Color Hex Logo

#b729be Color Hex

#B729BE
(183,41,190)
0 Favorites   0 Comments

Color spaces of #b729be

RGB 18341190
HSL0.830.650.45
HSV297°78°75°
CMYK 0.040.780.00   0.25
XYZ29.615615.370950.1212
Yxy15.37090.31140.1616
Hunter Lab39.205766.2270-48.3532
CIE-Lab46.138171.1357-47.2902

#b729be color RGB value is (183,41,190).

#b729be hex color red value is 183, green value is 41 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b729be hue: 0.83 , saturation: 0.65 and the lightness value of b729be is 0.45.

The process color (four color CMYK) of #b729be color hex is 0.04, 0.78, 0.00, 0.25. Web safe color of #b729be is #cc33cc. Color #b729be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101001 10111110
Octal 267 51 276
Decimal 183 41 190
Hex B7 29 BE

RGB Percentages of Color #b729be

%44.20
%9.90
%45.89

CMYK Percentages of Color #b729be

%4
%78
%0
%25

Triadic Colors of #b729be

#b729be #beb729 #29beb7

Analogous Colors of #b729be

#b729be #be297b #6d29be

Monochromatic Colors of #b729be

#b729be

Complementary Color

#b729be #30be29

#b729be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b729be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b729be Color CSS Codes

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

#b729be Text Font Color

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

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


#b729be Background Color

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

This div background color is #b729be


#b729be Border Color

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

This div border color is #b729be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b729be


Comments

No comments written yet.

Please login to write comment.