Color Hex Logo

#b775fe Color Hex

#B775FE
(183,117,254)
0 Favorites   0 Comments

Color spaces of #b775fe

RGB 183117254
HSL0.750.990.73
HSV269°54°100°
CMYK 0.280.540.00   0.00
XYZ43.779129.945697.2386
Yxy29.94560.25610.1752
Hunter Lab54.722647.0389-67.0488
CIE-Lab61.607351.6272-58.7944

#b775fe color RGB value is (183,117,254).

#b775fe hex color red value is 183, green value is 117 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b775fe hue: 0.75 , saturation: 0.99 and the lightness value of b775fe is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110101 11111110
Octal 267 165 376
Decimal 183 117 254
Hex B7 75 FE

RGB Percentages of Color #b775fe

%33.03
%21.12
%45.85

CMYK Percentages of Color #b775fe

%28
%54
%0
%0

Triadic Colors of #b775fe

#b775fe #feb775 #75feb7

Analogous Colors of #b775fe

#b775fe #fc75fe #7578fe

Monochromatic Colors of #b775fe

#b775fe

Complementary Color

#b775fe #bcfe75

#b775fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b775fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b775fe Color CSS Codes

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

#b775fe Text Font Color

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

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


#b775fe Background Color

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

This div background color is #b775fe


#b775fe Border Color

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

This div border color is #b775fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b775fe

Related Colors


Comments

No comments written yet.

Please login to write comment.