Color Hex Logo

#b75eee Color Hex

#B75EEE
(183,94,238)
0 Favorites   0 Comments

Color spaces of #b75eee

RGB 18394238
HSL0.770.810.65
HSV277°61°93°
CMYK 0.230.610.00   0.07
XYZ38.963824.245783.5152
Yxy24.24570.26560.1652
Hunter Lab49.239955.0781-66.0931
CIE-Lab56.333059.6506-58.3642

#b75eee color RGB value is (183,94,238).

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

The process color (four color CMYK) of #b75eee color hex is 0.23, 0.61, 0.00, 0.07. Web safe color of #b75eee is #cc66ff. Color #b75eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011110 11101110
Octal 267 136 356
Decimal 183 94 238
Hex B7 5E EE

RGB Percentages of Color #b75eee

%35.53
%18.25
%46.21

CMYK Percentages of Color #b75eee

%23
%61
%0
%7

Triadic Colors of #b75eee

#b75eee #eeb75e #5eeeb7

Analogous Colors of #b75eee

#b75eee #ee5edd #6f5eee

Monochromatic Colors of #b75eee

#b75eee

Complementary Color

#b75eee #95ee5e

#b75eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75eee Color CSS Codes

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

#b75eee Text Font Color

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

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


#b75eee Background Color

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

This div background color is #b75eee


#b75eee Border Color

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

This div border color is #b75eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75eee


Comments

No comments written yet.

Please login to write comment.