Color Hex Logo

#b75fc4 Color Hex

#B75FC4
(183,95,196)
0 Favorites   0 Comments

Color spaces of #b75fc4

RGB 18395196
HSL0.810.460.57
HSV292°52°77°
CMYK 0.070.520.00   0.23
XYZ33.584522.237254.7467
Yxy22.23720.30370.2011
Hunter Lab47.156344.6032-35.8240
CIE-Lab54.277850.5629-37.8676

#b75fc4 color RGB value is (183,95,196).

#b75fc4 hex color red value is 183, green value is 95 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #b75fc4 hue: 0.81 , saturation: 0.46 and the lightness value of b75fc4 is 0.57.

The process color (four color CMYK) of #b75fc4 color hex is 0.07, 0.52, 0.00, 0.23. Web safe color of #b75fc4 is #cc66cc. Color #b75fc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01011111 11000100
Octal 267 137 304
Decimal 183 95 196
Hex B7 5F C4

RGB Percentages of Color #b75fc4

%38.61
%20.04
%41.35

CMYK Percentages of Color #b75fc4

%7
%52
%0
%23

Triadic Colors of #b75fc4

#b75fc4 #c4b75f #5fc4b7

Analogous Colors of #b75fc4

#b75fc4 #c45f9f #855fc4

Monochromatic Colors of #b75fc4

#b75fc4

Complementary Color

#b75fc4 #6cc45f

#b75fc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75fc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75fc4 Color CSS Codes

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

#b75fc4 Text Font Color

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

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


#b75fc4 Background Color

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

This div background color is #b75fc4


#b75fc4 Border Color

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

This div border color is #b75fc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75fc4


Comments

No comments written yet.

Please login to write comment.