Color Hex Logo

#b237cb Color Hex

#B237CB
(178,55,203)
0 Favorites   0 Comments

Color spaces of #b237cb

RGB 17855203
HSL0.810.590.51
HSV290°73°80°
CMYK 0.120.730.00   0.20
XYZ30.505816.509258.0787
Yxy16.50920.29030.1571
Hunter Lab40.631562.9111-56.3071
CIE-Lab47.635668.0437-52.4828

#b237cb color RGB value is (178,55,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110111 11001011
Octal 262 67 313
Decimal 178 55 203
Hex B2 37 CB

RGB Percentages of Color #b237cb

%40.83
%12.61
%46.56

CMYK Percentages of Color #b237cb

%12
%73
%0
%20

Triadic Colors of #b237cb

#b237cb #cbb237 #37cbb2

Analogous Colors of #b237cb

#b237cb #cb379a #6837cb

Monochromatic Colors of #b237cb

#b237cb

Complementary Color

#b237cb #50cb37

#b237cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b237cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b237cb Color CSS Codes

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

#b237cb Text Font Color

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

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


#b237cb Background Color

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

This div background color is #b237cb


#b237cb Border Color

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

This div border color is #b237cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,55,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 #b237cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b237cb


Comments

No comments written yet.

Please login to write comment.