Color Hex Logo

#b475ec Color Hex

#B475EC
(180,117,236)
0 Favorites   0 Comments

Color spaces of #b475ec

RGB 180117236
HSL0.750.760.69
HSV272°50°93°
CMYK 0.240.500.00   0.07
XYZ40.324028.482082.7291
Yxy28.48200.26610.1880
Hunter Lab53.368541.4755-54.5503
CIE-Lab60.321746.7304-50.9108

#b475ec color RGB value is (180,117,236).

#b475ec hex color red value is 180, green value is 117 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b475ec hue: 0.75 , saturation: 0.76 and the lightness value of b475ec is 0.69.

The process color (four color CMYK) of #b475ec color hex is 0.24, 0.50, 0.00, 0.07. Web safe color of #b475ec is #cc66ff. Color #b475ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110101 11101100
Octal 264 165 354
Decimal 180 117 236
Hex B4 75 EC

RGB Percentages of Color #b475ec

%33.77
%21.95
%44.28

CMYK Percentages of Color #b475ec

%24
%50
%0
%7

Triadic Colors of #b475ec

#b475ec #ecb475 #75ecb4

Analogous Colors of #b475ec

#b475ec #ec75e9 #7975ec

Monochromatic Colors of #b475ec

#b475ec

Complementary Color

#b475ec #adec75

#b475ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b475ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b475ec Color CSS Codes

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

#b475ec Text Font Color

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

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


#b475ec Background Color

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

This div background color is #b475ec


#b475ec Border Color

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

This div border color is #b475ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b475ec


Comments

No comments written yet.

Please login to write comment.