Color Hex Logo

#b274dc Color Hex

#B274DC
(178,116,220)
0 Favorites   0 Comments

Color spaces of #b274dc

RGB 178116220
HSL0.770.600.66
HSV276°47°86°
CMYK 0.190.470.00   0.14
XYZ37.523827.123170.9677
Yxy27.12310.27670.2000
Hunter Lab52.079837.4705-44.3369
CIE-Lab59.088143.1417-43.9435

#b274dc color RGB value is (178,116,220).

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

The process color (four color CMYK) of #b274dc color hex is 0.19, 0.47, 0.00, 0.14. Web safe color of #b274dc is #9966cc. Color #b274dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110100 11011100
Octal 262 164 334
Decimal 178 116 220
Hex B2 74 DC

RGB Percentages of Color #b274dc

%34.63
%22.57
%42.80

CMYK Percentages of Color #b274dc

%19
%47
%0
%14

Triadic Colors of #b274dc

#b274dc #dcb274 #74dcb2

Analogous Colors of #b274dc

#b274dc #dc74d2 #7e74dc

Monochromatic Colors of #b274dc

#b274dc

Complementary Color

#b274dc #9edc74

#b274dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b274dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b274dc Color CSS Codes

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

#b274dc Text Font Color

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

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


#b274dc Background Color

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

This div background color is #b274dc


#b274dc Border Color

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

This div border color is #b274dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b274dc


Comments

No comments written yet.

Please login to write comment.