Color Hex Logo

#b75ecd Color Hex

#B75ECD
(183,94,205)
0 Favorites   0 Comments

Color spaces of #b75ecd

RGB 18394205
HSL0.800.530.59
HSV288°54°80°
CMYK 0.110.540.00   0.20
XYZ34.550622.480560.2758
Yxy22.48050.29450.1916
Hunter Lab47.413647.1003-42.1845
CIE-Lab54.533252.8196-42.6104

#b75ecd color RGB value is (183,94,205).

#b75ecd hex color red value is 183, green value is 94 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b75ecd hue: 0.80 , saturation: 0.53 and the lightness value of b75ecd is 0.59.

The process color (four color CMYK) of #b75ecd color hex is 0.11, 0.54, 0.00, 0.20. Web safe color of #b75ecd is #cc66cc. Color #b75ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011110 11001101
Octal 267 136 315
Decimal 183 94 205
Hex B7 5E CD

RGB Percentages of Color #b75ecd

%37.97
%19.50
%42.53

CMYK Percentages of Color #b75ecd

%11
%54
%0
%20

Triadic Colors of #b75ecd

#b75ecd #cdb75e #5ecdb7

Analogous Colors of #b75ecd

#b75ecd #cd5eac #805ecd

Monochromatic Colors of #b75ecd

#b75ecd

Complementary Color

#b75ecd #74cd5e

#b75ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75ecd Color CSS Codes

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

#b75ecd Text Font Color

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

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


#b75ecd Background Color

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

This div background color is #b75ecd


#b75ecd Border Color

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

This div border color is #b75ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75ecd


Comments

No comments written yet.

Please login to write comment.