Color Hex Logo

#b240cb Color Hex

#B240CB
(178,64,203)
0 Favorites   0 Comments

Color spaces of #b240cb

RGB 17864203
HSL0.800.570.52
HSV289°68°80°
CMYK 0.120.680.00   0.20
XYZ30.973017.443658.2344
Yxy17.44360.29040.1636
Hunter Lab41.765559.2845-53.4332
CIE-Lab48.814264.7024-50.5955

#b240cb color RGB value is (178,64,203).

#b240cb hex color red value is 178, green value is 64 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b240cb hue: 0.80 , saturation: 0.57 and the lightness value of b240cb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000000 11001011
Octal 262 100 313
Decimal 178 64 203
Hex B2 40 CB

RGB Percentages of Color #b240cb

%40.00
%14.38
%45.62

CMYK Percentages of Color #b240cb

%12
%68
%0
%20

Triadic Colors of #b240cb

#b240cb #cbb240 #40cbb2

Analogous Colors of #b240cb

#b240cb #cb409f #6d40cb

Monochromatic Colors of #b240cb

#b240cb

Complementary Color

#b240cb #59cb40

#b240cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b240cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b240cb Color CSS Codes

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

#b240cb Text Font Color

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

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


#b240cb Background Color

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

This div background color is #b240cb


#b240cb Border Color

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

This div border color is #b240cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b240cb


Comments

No comments written yet.

Please login to write comment.