Color Hex Logo

#b75fcb Color Hex

#B75FCB
(183,95,203)
0 Favorites   0 Comments

Color spaces of #b75fcb

RGB 18395203
HSL0.800.510.58
HSV289°53°80°
CMYK 0.100.530.00   0.20
XYZ34.400122.563559.0420
Yxy22.56350.29650.1945
Hunter Lab47.501146.1422-40.4445
CIE-Lab54.619951.9270-41.3328

#b75fcb color RGB value is (183,95,203).

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

The process color (four color CMYK) of #b75fcb color hex is 0.10, 0.53, 0.00, 0.20. Web safe color of #b75fcb is #cc66cc. Color #b75fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011111 11001011
Octal 267 137 313
Decimal 183 95 203
Hex B7 5F CB

RGB Percentages of Color #b75fcb

%38.05
%19.75
%42.20

CMYK Percentages of Color #b75fcb

%10
%53
%0
%20

Triadic Colors of #b75fcb

#b75fcb #cbb75f #5fcbb7

Analogous Colors of #b75fcb

#b75fcb #cb5fa9 #815fcb

Monochromatic Colors of #b75fcb

#b75fcb

Complementary Color

#b75fcb #73cb5f

#b75fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75fcb Color CSS Codes

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

#b75fcb Text Font Color

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

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


#b75fcb Background Color

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

This div background color is #b75fcb


#b75fcb Border Color

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

This div border color is #b75fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75fcb


Comments

No comments written yet.

Please login to write comment.