Color Hex Logo

#b865ea Color Hex

#B865EA
(184,101,234)
0 Favorites   0 Comments

Color spaces of #b865ea

RGB 184101234
HSL0.770.760.66
HSV277°57°92°
CMYK 0.210.570.00   0.08
XYZ39.272125.438280.6821
Yxy25.43820.27010.1750
Hunter Lab50.436350.7251-59.5398
CIE-Lab57.499955.5977-54.2582

#b865ea color RGB value is (184,101,234).

#b865ea hex color red value is 184, green value is 101 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b865ea hue: 0.77 , saturation: 0.76 and the lightness value of b865ea is 0.66.

The process color (four color CMYK) of #b865ea color hex is 0.21, 0.57, 0.00, 0.08. Web safe color of #b865ea is #cc66ff. Color #b865ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100101 11101010
Octal 270 145 352
Decimal 184 101 234
Hex B8 65 EA

RGB Percentages of Color #b865ea

%35.45
%19.46
%45.09

CMYK Percentages of Color #b865ea

%21
%57
%0
%8

Triadic Colors of #b865ea

#b865ea #eab865 #65eab8

Analogous Colors of #b865ea

#b865ea #ea65da #7665ea

Monochromatic Colors of #b865ea

#b865ea

Complementary Color

#b865ea #97ea65

#b865ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b865ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b865ea Color CSS Codes

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

#b865ea Text Font Color

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

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


#b865ea Background Color

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

This div background color is #b865ea


#b865ea Border Color

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

This div border color is #b865ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b865ea


Comments

No comments written yet.

Please login to write comment.