Color Hex Logo

#b75fef Color Hex

#B75FEF
(183,95,239)
0 Favorites   0 Comments

Color spaces of #b75fef

RGB 18395239
HSL0.770.820.65
HSV277°60°94°
CMYK 0.230.600.00   0.06
XYZ39.200624.483784.3211
Yxy24.48370.26490.1654
Hunter Lab49.481054.8222-66.4000
CIE-Lab56.568959.3847-58.5444

#b75fef color RGB value is (183,95,239).

#b75fef hex color red value is 183, green value is 95 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b75fef hue: 0.77 , saturation: 0.82 and the lightness value of b75fef is 0.65.

The process color (four color CMYK) of #b75fef color hex is 0.23, 0.60, 0.00, 0.06. Web safe color of #b75fef is #cc66ff. Color #b75fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011111 11101111
Octal 267 137 357
Decimal 183 95 239
Hex B7 5F EF

RGB Percentages of Color #b75fef

%35.40
%18.38
%46.23

CMYK Percentages of Color #b75fef

%23
%60
%0
%6

Triadic Colors of #b75fef

#b75fef #efb75f #5fefb7

Analogous Colors of #b75fef

#b75fef #ef5fdf #6f5fef

Monochromatic Colors of #b75fef

#b75fef

Complementary Color

#b75fef #97ef5f

#b75fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75fef Color CSS Codes

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

#b75fef Text Font Color

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

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


#b75fef Background Color

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

This div background color is #b75fef


#b75fef Border Color

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

This div border color is #b75fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75fef


Comments

No comments written yet.

Please login to write comment.