Color Hex Logo

#b75dcf Color Hex

#B75DCF
(183,93,207)
0 Favorites   0 Comments

Color spaces of #b75dcf

RGB 18393207
HSL0.800.540.59
HSV287°55°81°
CMYK 0.120.550.00   0.19
XYZ34.705322.401061.5261
Yxy22.40100.29250.1888
Hunter Lab47.329748.0612-43.9431
CIE-Lab54.449953.7102-43.8817

#b75dcf color RGB value is (183,93,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011101 11001111
Octal 267 135 317
Decimal 183 93 207
Hex B7 5D CF

RGB Percentages of Color #b75dcf

%37.89
%19.25
%42.86

CMYK Percentages of Color #b75dcf

%12
%55
%0
%19

Triadic Colors of #b75dcf

#b75dcf #cfb75d #5dcfb7

Analogous Colors of #b75dcf

#b75dcf #cf5dae #7e5dcf

Monochromatic Colors of #b75dcf

#b75dcf

Complementary Color

#b75dcf #75cf5d

#b75dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75dcf Color CSS Codes

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

#b75dcf Text Font Color

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

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


#b75dcf Background Color

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

This div background color is #b75dcf


#b75dcf Border Color

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

This div border color is #b75dcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,93,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 #b75dcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75dcf


Comments

No comments written yet.

Please login to write comment.