Color Hex Logo

#b75bcf Color Hex

#B75BCF
(183,91,207)
0 Favorites   0 Comments

Color spaces of #b75bcf

RGB 18391207
HSL0.800.550.58
HSV288°56°81°
CMYK 0.120.560.00   0.19
XYZ34.532022.054461.4684
Yxy22.05440.29250.1868
Hunter Lab46.962149.0702-44.7308
CIE-Lab54.084754.6886-44.4597

#b75bcf color RGB value is (183,91,207).

#b75bcf hex color red value is 183, green value is 91 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b75bcf hue: 0.80 , saturation: 0.55 and the lightness value of b75bcf is 0.58.

The process color (four color CMYK) of #b75bcf color hex is 0.12, 0.56, 0.00, 0.19. Web safe color of #b75bcf is #cc66cc. Color #b75bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011011 11001111
Octal 267 133 317
Decimal 183 91 207
Hex B7 5B CF

RGB Percentages of Color #b75bcf

%38.05
%18.92
%43.04

CMYK Percentages of Color #b75bcf

%12
%56
%0
%19

Triadic Colors of #b75bcf

#b75bcf #cfb75b #5bcfb7

Analogous Colors of #b75bcf

#b75bcf #cf5bad #7d5bcf

Monochromatic Colors of #b75bcf

#b75bcf

Complementary Color

#b75bcf #73cf5b

#b75bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75bcf Color CSS Codes

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

#b75bcf Text Font Color

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

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


#b75bcf Background Color

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

This div background color is #b75bcf


#b75bcf Border Color

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

This div border color is #b75bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75bcf


Comments

No comments written yet.

Please login to write comment.