Color Hex Logo

#b45eca Color Hex

#B45ECA
(180,94,202)
0 Favorites   0 Comments

Color spaces of #b45eca

RGB 18094202
HSL0.800.500.58
HSV288°53°79°
CMYK 0.110.530.00   0.21
XYZ33.485821.973058.3534
Yxy21.97300.29420.1931
Hunter Lab46.875445.4810-40.9952
CIE-Lab53.998351.4207-41.7678

#b45eca color RGB value is (180,94,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011110 11001010
Octal 264 136 312
Decimal 180 94 202
Hex B4 5E CA

RGB Percentages of Color #b45eca

%37.82
%19.75
%42.44

CMYK Percentages of Color #b45eca

%11
%53
%0
%21

Triadic Colors of #b45eca

#b45eca #cab45e #5ecab4

Analogous Colors of #b45eca

#b45eca #ca5eaa #7e5eca

Monochromatic Colors of #b45eca

#b45eca

Complementary Color

#b45eca #74ca5e

#b45eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45eca Color CSS Codes

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

#b45eca Text Font Color

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

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


#b45eca Background Color

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

This div background color is #b45eca


#b45eca Border Color

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

This div border color is #b45eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45eca


Comments

No comments written yet.

Please login to write comment.