Color Hex Logo

#b828d8 Color Hex

#B828D8
(184,40,216)
0 Favorites   0 Comments

Color spaces of #b828d8

RGB 18440216
HSL0.800.690.50
HSV289°81°85°
CMYK 0.150.810.00   0.15
XYZ32.920616.665866.4475
Yxy16.66580.28370.1436
Hunter Lab40.823872.5022-67.9277
CIE-Lab47.836275.9837-59.5808

#b828d8 color RGB value is (184,40,216).

#b828d8 hex color red value is 184, green value is 40 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #b828d8 hue: 0.80 , saturation: 0.69 and the lightness value of b828d8 is 0.50.

The process color (four color CMYK) of #b828d8 color hex is 0.15, 0.81, 0.00, 0.15. Web safe color of #b828d8 is #cc33cc. Color #b828d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101000 11011000
Octal 270 50 330
Decimal 184 40 216
Hex B8 28 D8

RGB Percentages of Color #b828d8

%41.82
%9.09
%49.09

CMYK Percentages of Color #b828d8

%15
%81
%0
%15

Triadic Colors of #b828d8

#b828d8 #d8b828 #28d8b8

Analogous Colors of #b828d8

#b828d8 #d828a0 #6028d8

Monochromatic Colors of #b828d8

#b828d8

Complementary Color

#b828d8 #48d828

#b828d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b828d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b828d8 Color CSS Codes

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

#b828d8 Text Font Color

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

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


#b828d8 Background Color

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

This div background color is #b828d8


#b828d8 Border Color

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

This div border color is #b828d8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,40,216, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b828d8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b828d8;
  -webkit-box-shadow: 1px 1px 3px 2px #b828d8;
  box-shadow:         1px 1px 3px 2px #b828d8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,40,216, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b828d8


Comments

No comments written yet.

Please login to write comment.