Color Hex Logo

#b75ebc Color Hex

#B75EBC
(183,94,188)
0 Favorites   0 Comments

Color spaces of #b75ebc

RGB 18394188
HSL0.820.410.55
HSV297°50°74°
CMYK 0.030.500.00   0.26
XYZ32.608221.703550.0475
Yxy21.70350.31250.2080
Hunter Lab46.587043.4123-31.0832
CIE-Lab53.711049.5469-34.1577

#b75ebc color RGB value is (183,94,188).

#b75ebc hex color red value is 183, green value is 94 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b75ebc hue: 0.82 , saturation: 0.41 and the lightness value of b75ebc is 0.55.

The process color (four color CMYK) of #b75ebc color hex is 0.03, 0.50, 0.00, 0.26. Web safe color of #b75ebc is #cc66cc. Color #b75ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011110 10111100
Octal 267 136 274
Decimal 183 94 188
Hex B7 5E BC

RGB Percentages of Color #b75ebc

%39.35
%20.22
%40.43

CMYK Percentages of Color #b75ebc

%3
%50
%0
%26

Triadic Colors of #b75ebc

#b75ebc #bcb75e #5ebcb7

Analogous Colors of #b75ebc

#b75ebc #bc5e92 #885ebc

Monochromatic Colors of #b75ebc

#b75ebc

Complementary Color

#b75ebc #63bc5e

#b75ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75ebc Color CSS Codes

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

#b75ebc Text Font Color

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

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


#b75ebc Background Color

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

This div background color is #b75ebc


#b75ebc Border Color

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

This div border color is #b75ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75ebc


Comments

No comments written yet.

Please login to write comment.