Color Hex Logo

#b475fc Color Hex

#B475FC
(180,117,252)
0 Favorites   0 Comments

Color spaces of #b475fc

RGB 180117252
HSL0.740.960.72
HSV268°54°99°
CMYK 0.290.540.00   0.01
XYZ42.754429.454295.5273
Yxy29.45420.25490.1756
Hunter Lab54.271745.6439-66.3701
CIE-Lab61.180450.4305-58.3937

#b475fc color RGB value is (180,117,252).

#b475fc hex color red value is 180, green value is 117 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b475fc hue: 0.74 , saturation: 0.96 and the lightness value of b475fc is 0.72.

The process color (four color CMYK) of #b475fc color hex is 0.29, 0.54, 0.00, 0.01. Web safe color of #b475fc is #cc66ff. Color #b475fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110101 11111100
Octal 264 165 374
Decimal 180 117 252
Hex B4 75 FC

RGB Percentages of Color #b475fc

%32.79
%21.31
%45.90

CMYK Percentages of Color #b475fc

%29
%54
%0
%1

Triadic Colors of #b475fc

#b475fc #fcb475 #75fcb4

Analogous Colors of #b475fc

#b475fc #f875fc #757afc

Monochromatic Colors of #b475fc

#b475fc

Complementary Color

#b475fc #bdfc75

#b475fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b475fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b475fc Color CSS Codes

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

#b475fc Text Font Color

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

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


#b475fc Background Color

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

This div background color is #b475fc


#b475fc Border Color

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

This div border color is #b475fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b475fc


Comments

No comments written yet.

Please login to write comment.