Color Hex Logo

#b828ee Color Hex

#B828EE
(184,40,238)
0 Favorites   0 Comments

Color spaces of #b828ee

RGB 18440238
HSL0.790.850.55
HSV284°83°93°
CMYK 0.230.830.00   0.07
XYZ35.958617.881082.4451
Yxy17.88100.26380.1312
Hunter Lab42.285977.7903-85.9979
CIE-Lab49.351579.9374-69.6159

#b828ee color RGB value is (184,40,238).

#b828ee hex color red value is 184, green value is 40 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b828ee hue: 0.79 , saturation: 0.85 and the lightness value of b828ee is 0.55.

The process color (four color CMYK) of #b828ee color hex is 0.23, 0.83, 0.00, 0.07. Web safe color of #b828ee is #cc33ff. Color #b828ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101000 11101110
Octal 270 50 356
Decimal 184 40 238
Hex B8 28 EE

RGB Percentages of Color #b828ee

%39.83
%8.66
%51.52

CMYK Percentages of Color #b828ee

%23
%83
%0
%7

Triadic Colors of #b828ee

#b828ee #eeb828 #28eeb8

Analogous Colors of #b828ee

#b828ee #ee28c1 #5528ee

Monochromatic Colors of #b828ee

#b828ee

Complementary Color

#b828ee #5eee28

#b828ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b828ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b828ee Color CSS Codes

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

#b828ee Text Font Color

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

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


#b828ee Background Color

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

This div background color is #b828ee


#b828ee Border Color

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

This div border color is #b828ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b828ee


Comments

No comments written yet.

Please login to write comment.