Color Hex Logo

#b240dd Color Hex

#B240DD
(178,64,221)
0 Favorites   0 Comments

Color spaces of #b240dd

RGB 17864221
HSL0.790.700.56
HSV284°71°87°
CMYK 0.190.710.00   0.13
XYZ33.244618.352270.1968
Yxy18.35220.27300.1507
Hunter Lab42.839563.5518-67.1650
CIE-Lab49.920568.1476-59.1195

#b240dd color RGB value is (178,64,221).

#b240dd hex color red value is 178, green value is 64 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b240dd hue: 0.79 , saturation: 0.70 and the lightness value of b240dd is 0.56.

The process color (four color CMYK) of #b240dd color hex is 0.19, 0.71, 0.00, 0.13. Web safe color of #b240dd is #9933cc. Color #b240dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000000 11011101
Octal 262 100 335
Decimal 178 64 221
Hex B2 40 DD

RGB Percentages of Color #b240dd

%38.44
%13.82
%47.73

CMYK Percentages of Color #b240dd

%19
%71
%0
%13

Triadic Colors of #b240dd

#b240dd #ddb240 #40ddb2

Analogous Colors of #b240dd

#b240dd #dd40ba #6440dd

Monochromatic Colors of #b240dd

#b240dd

Complementary Color

#b240dd #6bdd40

#b240dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b240dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b240dd Color CSS Codes

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

#b240dd Text Font Color

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

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


#b240dd Background Color

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

This div background color is #b240dd


#b240dd Border Color

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

This div border color is #b240dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b240dd


Comments

No comments written yet.

Please login to write comment.