Color Hex Logo

#b229bf Color Hex

#B229BF
(178,41,191)
0 Favorites   0 Comments

Color spaces of #b229bf

RGB 17841191
HSL0.820.650.45
HSV295°79°75°
CMYK 0.070.790.00   0.25
XYZ28.557014.812450.6442
Yxy14.81240.30380.1576
Hunter Lab38.486965.0937-51.0778
CIE-Lab45.376270.3318-49.1391

#b229bf color RGB value is (178,41,191).

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

The process color (four color CMYK) of #b229bf color hex is 0.07, 0.79, 0.00, 0.25. Web safe color of #b229bf is #9933cc. Color #b229bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00101001 10111111
Octal 262 51 277
Decimal 178 41 191
Hex B2 29 BF

RGB Percentages of Color #b229bf

%43.41
%10.00
%46.59

CMYK Percentages of Color #b229bf

%7
%79
%0
%25

Triadic Colors of #b229bf

#b229bf #bfb229 #29bfb2

Analogous Colors of #b229bf

#b229bf #bf2981 #6729bf

Monochromatic Colors of #b229bf

#b229bf

Complementary Color

#b229bf #36bf29

#b229bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b229bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b229bf Color CSS Codes

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

#b229bf Text Font Color

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

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


#b229bf Background Color

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

This div background color is #b229bf


#b229bf Border Color

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

This div border color is #b229bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b229bf


Comments

No comments written yet.

Please login to write comment.