Color Hex Logo

#b85eca Color Hex

#B85ECA
(184,94,202)
0 Favorites   0 Comments

Color spaces of #b85eca

RGB 18494202
HSL0.810.500.58
HSV290°53°79°
CMYK 0.090.530.00   0.21
XYZ34.430522.460058.3976
Yxy22.46000.29860.1948
Hunter Lab47.392046.7451-39.8843
CIE-Lab54.511752.4981-40.9237

#b85eca color RGB value is (184,94,202).

#b85eca hex color red value is 184, green value is 94 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b85eca hue: 0.81 , saturation: 0.50 and the lightness value of b85eca is 0.58.

The process color (four color CMYK) of #b85eca color hex is 0.09, 0.53, 0.00, 0.21. Web safe color of #b85eca is #cc66cc. Color #b85eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011110 11001010
Octal 270 136 312
Decimal 184 94 202
Hex B8 5E CA

RGB Percentages of Color #b85eca

%38.33
%19.58
%42.08

CMYK Percentages of Color #b85eca

%9
%53
%0
%21

Triadic Colors of #b85eca

#b85eca #cab85e #5ecab8

Analogous Colors of #b85eca

#b85eca #ca5ea6 #825eca

Monochromatic Colors of #b85eca

#b85eca

Complementary Color

#b85eca #70ca5e

#b85eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85eca Color CSS Codes

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

#b85eca Text Font Color

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

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


#b85eca Background Color

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

This div background color is #b85eca


#b85eca Border Color

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

This div border color is #b85eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85eca


Comments

No comments written yet.

Please login to write comment.