Color Hex Logo

#b374ce Color Hex

#B374CE
(179,116,206)
0 Favorites   0 Comments

Color spaces of #b374ce

RGB 179116206
HSL0.780.480.63
HSV282°44°81°
CMYK 0.130.440.00   0.19
XYZ35.976426.530761.6173
Yxy26.53070.28980.2137
Hunter Lab51.508034.5367-34.8711
CIE-Lab58.537440.4025-36.9159

#b374ce color RGB value is (179,116,206).

#b374ce hex color red value is 179, green value is 116 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b374ce hue: 0.78 , saturation: 0.48 and the lightness value of b374ce is 0.63.

The process color (four color CMYK) of #b374ce color hex is 0.13, 0.44, 0.00, 0.19. Web safe color of #b374ce is #cc66cc. Color #b374ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110100 11001110
Octal 263 164 316
Decimal 179 116 206
Hex B3 74 CE

RGB Percentages of Color #b374ce

%35.73
%23.15
%41.12

CMYK Percentages of Color #b374ce

%13
%44
%0
%19

Triadic Colors of #b374ce

#b374ce #ceb374 #74ceb3

Analogous Colors of #b374ce

#b374ce #ce74bc #8674ce

Monochromatic Colors of #b374ce

#b374ce

Complementary Color

#b374ce #8fce74

#b374ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b374ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b374ce Color CSS Codes

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

#b374ce Text Font Color

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

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


#b374ce Background Color

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

This div background color is #b374ce


#b374ce Border Color

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

This div border color is #b374ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b374ce


Comments

No comments written yet.

Please login to write comment.