Color Hex Logo

#b229cf Color Hex

#B229CF
(178,41,207)
0 Favorites   0 Comments

Color spaces of #b229cf

RGB 17841207
HSL0.800.670.49
HSV290°80°81°
CMYK 0.140.800.00   0.19
XYZ30.415515.555860.4310
Yxy15.55580.28590.1462
Hunter Lab39.440868.6319-63.2352
CIE-Lab46.386273.0907-56.7977

#b229cf color RGB value is (178,41,207).

#b229cf hex color red value is 178, green value is 41 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b229cf hue: 0.80 , saturation: 0.67 and the lightness value of b229cf is 0.49.

The process color (four color CMYK) of #b229cf color hex is 0.14, 0.80, 0.00, 0.19. Web safe color of #b229cf is #9933cc. Color #b229cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00101001 11001111
Octal 262 51 317
Decimal 178 41 207
Hex B2 29 CF

RGB Percentages of Color #b229cf

%41.78
%9.62
%48.59

CMYK Percentages of Color #b229cf

%14
%80
%0
%19

Triadic Colors of #b229cf

#b229cf #cfb229 #29cfb2

Analogous Colors of #b229cf

#b229cf #cf2999 #5f29cf

Monochromatic Colors of #b229cf

#b229cf

Complementary Color

#b229cf #46cf29

#b229cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b229cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b229cf Color CSS Codes

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

#b229cf Text Font Color

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

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


#b229cf Background Color

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

This div background color is #b229cf


#b229cf Border Color

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

This div border color is #b229cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b229cf


Comments

No comments written yet.

Please login to write comment.