color codes Logo

#b827ea color codes

#B827EA
(184,39,234)
0 Favorites   0 Comments

Color spaces of #b827ea

RGB 18439234
HSL0.790.820.54
HSV285°83°92°
CMYK 0.210.830.00   0.08
XYZ35.344017.581979.3727
Yxy17.58190.26720.1329
Hunter Lab41.930877.0811-82.8812
CIE-Lab48.985079.4448-67.9546

#b827ea color RGB value is (184,39,234).

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

The process color (four color CMYK) of #b827ea color code is 0.21, 0.83, 0.00, 0.08. Web safe color of #b827ea is #cc33ff. Color #b827ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100111 11101010
Octal 270 47 352
Decimal 184 39 234
Hex B8 27 EA

RGB Percentages of Color #b827ea

%40.26
%8.53
%51.20

CMYK Percentages of Color #b827ea

%21
%83
%0
%8

Triadic Colors of #b827ea

#b827ea #eab827 #27eab8

Analogous Colors of #b827ea

#b827ea #ea27bb #5627ea

Monochromatic Colors of #b827ea

#b827ea

Complementary Color

#b827ea #59ea27

#b827ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b827ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b827ea Color CSS Codes

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

#b827ea Text Font Color

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

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


#b827ea Background Color

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

This div background color is #b827ea


#b827ea Border Color

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

This div border color is #b827ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,39,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 #b827ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b827ea


Comments

No comments written yet.

Please login to write comment.