Color Hex Logo

#b875fc Color Hex

#B875FC
(184,117,252)
0 Favorites   0 Comments

Color spaces of #b875fc

RGB 184117252
HSL0.750.960.72
HSV270°54°99°
CMYK 0.270.540.00   0.01
XYZ43.699129.941295.5715
Yxy29.94120.25830.1769
Hunter Lab54.718646.7955-65.2530
CIE-Lab61.603551.4082-57.6939

#b875fc color RGB value is (184,117,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110101 11111100
Octal 270 165 374
Decimal 184 117 252
Hex B8 75 FC

RGB Percentages of Color #b875fc

%33.27
%21.16
%45.57

CMYK Percentages of Color #b875fc

%27
%54
%0
%1

Triadic Colors of #b875fc

#b875fc #fcb875 #75fcb8

Analogous Colors of #b875fc

#b875fc #fc75fc #7576fc

Monochromatic Colors of #b875fc

#b875fc

Complementary Color

#b875fc #b9fc75

#b875fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b875fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b875fc Color CSS Codes

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

#b875fc Text Font Color

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

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


#b875fc Background Color

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

This div background color is #b875fc


#b875fc Border Color

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

This div border color is #b875fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b875fc


Comments

No comments written yet.

Please login to write comment.