Color Hex Logo

#b074bc Color Hex

#B074BC
(176,116,188)
0 Favorites   0 Comments

Color spaces of #b074bc

RGB 176116188
HSL0.810.350.60
HSV290°38°74°
CMYK 0.060.380.00   0.26
XYZ33.227025.351750.7191
Yxy25.35170.30400.2320
Hunter Lab50.350529.6814-24.4787
CIE-Lab57.416535.7752-28.4563

#b074bc color RGB value is (176,116,188).

#b074bc hex color red value is 176, green value is 116 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b074bc hue: 0.81 , saturation: 0.35 and the lightness value of b074bc is 0.60.

The process color (four color CMYK) of #b074bc color hex is 0.06, 0.38, 0.00, 0.26. Web safe color of #b074bc is #9966cc. Color #b074bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110100 10111100
Octal 260 164 274
Decimal 176 116 188
Hex B0 74 BC

RGB Percentages of Color #b074bc

%36.67
%24.17
%39.17

CMYK Percentages of Color #b074bc

%6
%38
%0
%26

Triadic Colors of #b074bc

#b074bc #bcb074 #74bcb0

Analogous Colors of #b074bc

#b074bc #bc74a4 #8c74bc

Monochromatic Colors of #b074bc

#b074bc

Complementary Color

#b074bc #80bc74

#b074bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b074bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b074bc Color CSS Codes

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

#b074bc Text Font Color

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

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


#b074bc Background Color

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

This div background color is #b074bc


#b074bc Border Color

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

This div border color is #b074bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b074bc


Comments

No comments written yet.

Please login to write comment.