Color Hex Logo

#b45edc Color Hex

#B45EDC
(180,94,220)
0 Favorites   0 Comments

Color spaces of #b45edc

RGB 18094220
HSL0.780.640.62
HSV281°57°86°
CMYK 0.180.570.00   0.14
XYZ35.743422.876070.2418
Yxy22.87600.27740.1775
Hunter Lab47.828949.6959-53.5935
CIE-Lab54.944455.1071-50.4946

#b45edc color RGB value is (180,94,220).

#b45edc hex color red value is 180, green value is 94 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b45edc hue: 0.78 , saturation: 0.64 and the lightness value of b45edc is 0.62.

The process color (four color CMYK) of #b45edc color hex is 0.18, 0.57, 0.00, 0.14. Web safe color of #b45edc is #cc66cc. Color #b45edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011110 11011100
Octal 264 136 334
Decimal 180 94 220
Hex B4 5E DC

RGB Percentages of Color #b45edc

%36.44
%19.03
%44.53

CMYK Percentages of Color #b45edc

%18
%57
%0
%14

Triadic Colors of #b45edc

#b45edc #dcb45e #5edcb4

Analogous Colors of #b45edc

#b45edc #dc5ec5 #755edc

Monochromatic Colors of #b45edc

#b45edc

Complementary Color

#b45edc #86dc5e

#b45edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45edc Color CSS Codes

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

#b45edc Text Font Color

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

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


#b45edc Background Color

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

This div background color is #b45edc


#b45edc Border Color

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

This div border color is #b45edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45edc


Comments

No comments written yet.

Please login to write comment.