Color Hex Logo

#b774ba Color Hex

#B774BA
(183,116,186)
0 Favorites   0 Comments

Color spaces of #b774ba

RGB 183116186
HSL0.830.340.59
HSV297°38°73°
CMYK 0.020.380.00   0.27
XYZ34.636826.103249.6672
Yxy26.10320.31370.2364
Hunter Lab51.091331.6024-21.8735
CIE-Lab58.134937.5914-26.1384

#b774ba color RGB value is (183,116,186).

#b774ba hex color red value is 183, green value is 116 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b774ba hue: 0.83 , saturation: 0.34 and the lightness value of b774ba is 0.59.

The process color (four color CMYK) of #b774ba color hex is 0.02, 0.38, 0.00, 0.27. Web safe color of #b774ba is #cc66cc. Color #b774ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01110100 10111010
Octal 267 164 272
Decimal 183 116 186
Hex B7 74 BA

RGB Percentages of Color #b774ba

%37.73
%23.92
%38.35

CMYK Percentages of Color #b774ba

%2
%38
%0
%27

Triadic Colors of #b774ba

#b774ba #bab774 #74bab7

Analogous Colors of #b774ba

#b774ba #ba749a #9474ba

Monochromatic Colors of #b774ba

#b774ba

Complementary Color

#b774ba #77ba74

#b774ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b774ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b774ba Color CSS Codes

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

#b774ba Text Font Color

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

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


#b774ba Background Color

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

This div background color is #b774ba


#b774ba Border Color

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

This div border color is #b774ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b774ba


Comments

No comments written yet.

Please login to write comment.