Color Hex Logo

#b870ed Color Hex

#B870ED
(184,112,237)
0 Favorites   0 Comments

Color spaces of #b870ed

RGB 184112237
HSL0.760.780.68
HSV275°53°93°
CMYK 0.220.530.00   0.07
XYZ40.847427.893183.3518
Yxy27.89310.26860.1834
Hunter Lab52.813945.6313-56.6027
CIE-Lab59.792050.6321-52.2808

#b870ed color RGB value is (184,112,237).

#b870ed hex color red value is 184, green value is 112 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b870ed hue: 0.76 , saturation: 0.78 and the lightness value of b870ed is 0.68.

The process color (four color CMYK) of #b870ed color hex is 0.22, 0.53, 0.00, 0.07. Web safe color of #b870ed is #cc66ff. Color #b870ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110000 11101101
Octal 270 160 355
Decimal 184 112 237
Hex B8 70 ED

RGB Percentages of Color #b870ed

%34.52
%21.01
%44.47

CMYK Percentages of Color #b870ed

%22
%53
%0
%7

Triadic Colors of #b870ed

#b870ed #edb870 #70edb8

Analogous Colors of #b870ed

#b870ed #ed70e4 #7a70ed

Monochromatic Colors of #b870ed

#b870ed

Complementary Color

#b870ed #a5ed70

#b870ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b870ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b870ed Color CSS Codes

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

#b870ed Text Font Color

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

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


#b870ed Background Color

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

This div background color is #b870ed


#b870ed Border Color

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

This div border color is #b870ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b870ed


Comments

No comments written yet.

Please login to write comment.