Color Hex Logo

#b83dea Color Hex

#B83DEA
(184,61,234)
0 Favorites   0 Comments

Color spaces of #b83dea

RGB 18461234
HSL0.790.800.58
HSV283°74°92°
CMYK 0.210.740.00   0.08
XYZ36.287219.468379.6871
Yxy19.46830.26790.1437
Hunter Lab44.122969.5855-76.1933
CIE-Lab51.230772.9356-64.3202

#b83dea color RGB value is (184,61,234).

#b83dea hex color red value is 184, green value is 61 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b83dea hue: 0.79 , saturation: 0.80 and the lightness value of b83dea is 0.58.

The process color (four color CMYK) of #b83dea color hex is 0.21, 0.74, 0.00, 0.08. Web safe color of #b83dea is #cc33ff. Color #b83dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111101 11101010
Octal 270 75 352
Decimal 184 61 234
Hex B8 3D EA

RGB Percentages of Color #b83dea

%38.41
%12.73
%48.85

CMYK Percentages of Color #b83dea

%21
%74
%0
%8

Triadic Colors of #b83dea

#b83dea #eab83d #3deab8

Analogous Colors of #b83dea

#b83dea #ea3dc6 #613dea

Monochromatic Colors of #b83dea

#b83dea

Complementary Color

#b83dea #6fea3d

#b83dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83dea Color CSS Codes

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

#b83dea Text Font Color

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

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


#b83dea Background Color

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

This div background color is #b83dea


#b83dea Border Color

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

This div border color is #b83dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83dea


Comments

No comments written yet.

Please login to write comment.