Color Hex Logo

#b74acb Color Hex

#B74ACB
(183,74,203)
0 Favorites   0 Comments

Color spaces of #b74acb

RGB 18374203
HSL0.810.550.54
HSV291°64°80°
CMYK 0.100.640.00   0.20
XYZ32.756719.276658.4942
Yxy19.27660.29640.1744
Hunter Lab43.905156.3412-48.2577
CIE-Lab51.009361.7229-47.0520

#b74acb color RGB value is (183,74,203).

#b74acb hex color red value is 183, green value is 74 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b74acb hue: 0.81 , saturation: 0.55 and the lightness value of b74acb is 0.54.

The process color (four color CMYK) of #b74acb color hex is 0.10, 0.64, 0.00, 0.20. Web safe color of #b74acb is #cc33cc. Color #b74acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001010 11001011
Octal 267 112 313
Decimal 183 74 203
Hex B7 4A CB

RGB Percentages of Color #b74acb

%39.78
%16.09
%44.13

CMYK Percentages of Color #b74acb

%10
%64
%0
%20

Triadic Colors of #b74acb

#b74acb #cbb74a #4acbb7

Analogous Colors of #b74acb

#b74acb #cb4a9f #774acb

Monochromatic Colors of #b74acb

#b74acb

Complementary Color

#b74acb #5ecb4a

#b74acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74acb Color CSS Codes

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

#b74acb Text Font Color

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

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


#b74acb Background Color

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

This div background color is #b74acb


#b74acb Border Color

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

This div border color is #b74acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74acb


Comments

No comments written yet.

Please login to write comment.