Color Hex Logo

#b231cb Color Hex

#B231CB
(178,49,203)
0 Favorites   0 Comments

Color spaces of #b231cb

RGB 17849203
HSL0.810.610.49
HSV290°76°80°
CMYK 0.120.760.00   0.20
XYZ30.237915.973457.9894
Yxy15.97340.29020.1533
Hunter Lab39.966765.1071-58.0496
CIE-Lab46.939670.0387-53.5996

#b231cb color RGB value is (178,49,203).

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

The process color (four color CMYK) of #b231cb color hex is 0.12, 0.76, 0.00, 0.20. Web safe color of #b231cb is #9933cc. Color #b231cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110001 11001011
Octal 262 61 313
Decimal 178 49 203
Hex B2 31 CB

RGB Percentages of Color #b231cb

%41.40
%11.40
%47.21

CMYK Percentages of Color #b231cb

%12
%76
%0
%20

Triadic Colors of #b231cb

#b231cb #cbb231 #31cbb2

Analogous Colors of #b231cb

#b231cb #cb3197 #6531cb

Monochromatic Colors of #b231cb

#b231cb

Complementary Color

#b231cb #4acb31

#b231cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b231cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b231cb Color CSS Codes

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

#b231cb Text Font Color

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

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


#b231cb Background Color

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

This div background color is #b231cb


#b231cb Border Color

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

This div border color is #b231cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b231cb


Comments

No comments written yet.

Please login to write comment.