Color Hex Logo

#b829ca Color Hex

#B829CA
(184,41,202)
0 Favorites   0 Comments

Color spaces of #b829ca

RGB 18441202
HSL0.810.660.48
HSV293°80°79°
CMYK 0.090.800.00   0.21
XYZ31.220816.040557.3277
Yxy16.04050.29850.1534
Hunter Lab40.050669.0583-56.8312
CIE-Lab47.027673.3184-52.8289

#b829ca color RGB value is (184,41,202).

#b829ca hex color red value is 184, green value is 41 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b829ca hue: 0.81 , saturation: 0.66 and the lightness value of b829ca is 0.48.

The process color (four color CMYK) of #b829ca color hex is 0.09, 0.80, 0.00, 0.21. Web safe color of #b829ca is #cc33cc. Color #b829ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101001 11001010
Octal 270 51 312
Decimal 184 41 202
Hex B8 29 CA

RGB Percentages of Color #b829ca

%43.09
%9.60
%47.31

CMYK Percentages of Color #b829ca

%9
%80
%0
%21

Triadic Colors of #b829ca

#b829ca #cab829 #29cab8

Analogous Colors of #b829ca

#b829ca #ca298c #6829ca

Monochromatic Colors of #b829ca

#b829ca

Complementary Color

#b829ca #3bca29

#b829ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b829ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b829ca Color CSS Codes

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

#b829ca Text Font Color

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

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


#b829ca Background Color

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

This div background color is #b829ca


#b829ca Border Color

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

This div border color is #b829ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b829ca


Comments

No comments written yet.

Please login to write comment.