Color Hex Logo

#b240cc Color Hex

#B240CC
(178,64,204)
0 Favorites   0 Comments

Color spaces of #b240cc

RGB 17864204
HSL0.800.580.53
HSV289°69°80°
CMYK 0.130.690.00   0.20
XYZ31.092617.491458.8642
Yxy17.49140.28940.1628
Hunter Lab41.822759.5139-54.1730
CIE-Lab48.873364.8897-51.0767

#b240cc color RGB value is (178,64,204).

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

The process color (four color CMYK) of #b240cc color hex is 0.13, 0.69, 0.00, 0.20. Web safe color of #b240cc is #9933cc. Color #b240cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000000 11001100
Octal 262 100 314
Decimal 178 64 204
Hex B2 40 CC

RGB Percentages of Color #b240cc

%39.91
%14.35
%45.74

CMYK Percentages of Color #b240cc

%13
%69
%0
%20

Triadic Colors of #b240cc

#b240cc #ccb240 #40ccb2

Analogous Colors of #b240cc

#b240cc #cc40a0 #6c40cc

Monochromatic Colors of #b240cc

#b240cc

Complementary Color

#b240cc #5acc40

#b240cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b240cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b240cc Color CSS Codes

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

#b240cc Text Font Color

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

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


#b240cc Background Color

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

This div background color is #b240cc


#b240cc Border Color

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

This div border color is #b240cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b240cc


Comments

No comments written yet.

Please login to write comment.