Color Hex Logo

#b75dec Color Hex

#B75DEC
(183,93,236)
0 Favorites   0 Comments

Color spaces of #b75dec

RGB 18393236
HSL0.770.790.65
HSV278°61°93°
CMYK 0.220.610.00   0.07
XYZ38.583123.952181.9465
Yxy23.95210.26700.1658
Hunter Lab48.940955.0760-65.0164
CIE-Lab56.039859.7005-57.7161

#b75dec color RGB value is (183,93,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011101 11101100
Octal 267 135 354
Decimal 183 93 236
Hex B7 5D EC

RGB Percentages of Color #b75dec

%35.74
%18.16
%46.09

CMYK Percentages of Color #b75dec

%22
%61
%0
%7

Triadic Colors of #b75dec

#b75dec #ecb75d #5decb7

Analogous Colors of #b75dec

#b75dec #ec5dda #705dec

Monochromatic Colors of #b75dec

#b75dec

Complementary Color

#b75dec #92ec5d

#b75dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75dec Color CSS Codes

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

#b75dec Text Font Color

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

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


#b75dec Background Color

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

This div background color is #b75dec


#b75dec Border Color

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

This div border color is #b75dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75dec


Comments

No comments written yet.

Please login to write comment.