Color Hex Logo

#b274bc Color Hex

#B274BC
(178,116,188)
0 Favorites   0 Comments

Color spaces of #b274bc

RGB 178116188
HSL0.810.350.60
HSV292°38°74°
CMYK 0.050.380.00   0.26
XYZ33.682625.586650.7404
Yxy25.58660.30620.2326
Hunter Lab50.583230.3399-24.0660
CIE-Lab57.642636.4034-28.0882

#b274bc color RGB value is (178,116,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110100 10111100
Octal 262 164 274
Decimal 178 116 188
Hex B2 74 BC

RGB Percentages of Color #b274bc

%36.93
%24.07
%39.00

CMYK Percentages of Color #b274bc

%5
%38
%0
%26

Triadic Colors of #b274bc

#b274bc #bcb274 #74bcb2

Analogous Colors of #b274bc

#b274bc #bc74a2 #8e74bc

Monochromatic Colors of #b274bc

#b274bc

Complementary Color

#b274bc #7ebc74

#b274bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b274bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b274bc Color CSS Codes

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

#b274bc Text Font Color

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

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


#b274bc Background Color

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

This div background color is #b274bc


#b274bc Border Color

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

This div border color is #b274bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b274bc


Comments

No comments written yet.

Please login to write comment.