Color Hex Logo

#b674cc Color Hex

#B674CC
(182,116,204)
0 Favorites   0 Comments

Color spaces of #b674cc

RGB 182116204
HSL0.790.460.63
HSV285°43°80°
CMYK 0.110.430.00   0.20
XYZ36.435926.795560.3784
Yxy26.79550.29480.2168
Hunter Lab51.764435.0549-32.9213
CIE-Lab58.784640.8705-35.3736

#b674cc color RGB value is (182,116,204).

#b674cc hex color red value is 182, green value is 116 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b674cc hue: 0.79 , saturation: 0.46 and the lightness value of b674cc is 0.63.

The process color (four color CMYK) of #b674cc color hex is 0.11, 0.43, 0.00, 0.20. Web safe color of #b674cc is #cc66cc. Color #b674cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110100 11001100
Octal 266 164 314
Decimal 182 116 204
Hex B6 74 CC

RGB Percentages of Color #b674cc

%36.25
%23.11
%40.64

CMYK Percentages of Color #b674cc

%11
%43
%0
%20

Triadic Colors of #b674cc

#b674cc #ccb674 #74ccb6

Analogous Colors of #b674cc

#b674cc #cc74b6 #8a74cc

Monochromatic Colors of #b674cc

#b674cc

Complementary Color

#b674cc #8acc74

#b674cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b674cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b674cc Color CSS Codes

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

#b674cc Text Font Color

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

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


#b674cc Background Color

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

This div background color is #b674cc


#b674cc Border Color

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

This div border color is #b674cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b674cc


Comments

No comments written yet.

Please login to write comment.