Color Hex Logo

#b629be Color Hex

#B629BE
(182,41,190)
0 Favorites   0 Comments

Color spaces of #b629be

RGB 18241190
HSL0.820.650.45
HSV297°78°75°
CMYK 0.040.780.00   0.25
XYZ29.378615.248750.1101
Yxy15.24870.31010.1610
Hunter Lab39.049665.9561-48.7488
CIE-Lab45.973070.9407-47.5635

#b629be color RGB value is (182,41,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00101001 10111110
Octal 266 51 276
Decimal 182 41 190
Hex B6 29 BE

RGB Percentages of Color #b629be

%44.07
%9.93
%46.00

CMYK Percentages of Color #b629be

%4
%78
%0
%25

Triadic Colors of #b629be

#b629be #beb629 #29beb6

Analogous Colors of #b629be

#b629be #be297c #6c29be

Monochromatic Colors of #b629be

#b629be

Complementary Color

#b629be #31be29

#b629be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b629be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b629be Color CSS Codes

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

#b629be Text Font Color

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

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


#b629be Background Color

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

This div background color is #b629be


#b629be Border Color

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

This div border color is #b629be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,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 #b629be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b629be


Comments

No comments written yet.

Please login to write comment.