Color Hex Logo

#b231c3 Color Hex

#B231C3
(178,49,195)
0 Favorites   0 Comments

Color spaces of #b231c3

RGB 17849195
HSL0.810.600.48
HSV293°75°76°
CMYK 0.090.750.00   0.24
XYZ29.308715.601753.0965
Yxy15.60170.29900.1592
Hunter Lab39.499063.3258-52.0513
CIE-Lab46.447568.6268-49.7538

#b231c3 color RGB value is (178,49,195).

#b231c3 hex color red value is 178, green value is 49 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #b231c3 hue: 0.81 , saturation: 0.60 and the lightness value of b231c3 is 0.48.

The process color (four color CMYK) of #b231c3 color hex is 0.09, 0.75, 0.00, 0.24. Web safe color of #b231c3 is #9933cc. Color #b231c3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110001 11000011
Octal 262 61 303
Decimal 178 49 195
Hex B2 31 C3

RGB Percentages of Color #b231c3

%42.18
%11.61
%46.21

CMYK Percentages of Color #b231c3

%9
%75
%0
%24

Triadic Colors of #b231c3

#b231c3 #c3b231 #31c3b2

Analogous Colors of #b231c3

#b231c3 #c3318b #6931c3

Monochromatic Colors of #b231c3

#b231c3

Complementary Color

#b231c3 #42c331

#b231c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b231c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b231c3 Color CSS Codes

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

#b231c3 Text Font Color

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

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


#b231c3 Background Color

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

This div background color is #b231c3


#b231c3 Border Color

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

This div border color is #b231c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b231c3


Comments

No comments written yet.

Please login to write comment.