Color Hex Logo

#b74cce Color Hex

#B74CCE
(183,76,206)
0 Favorites   0 Comments

Color spaces of #b74cce

RGB 18376206
HSL0.800.570.55
HSV289°63°81°
CMYK 0.110.630.00   0.19
XYZ33.253519.692460.4409
Yxy19.69240.29330.1737
Hunter Lab44.376156.1018-49.6905
CIE-Lab51.487661.4242-48.0111

#b74cce color RGB value is (183,76,206).

#b74cce hex color red value is 183, green value is 76 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b74cce hue: 0.80 , saturation: 0.57 and the lightness value of b74cce is 0.55.

The process color (four color CMYK) of #b74cce color hex is 0.11, 0.63, 0.00, 0.19. Web safe color of #b74cce is #cc33cc. Color #b74cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001100 11001110
Octal 267 114 316
Decimal 183 76 206
Hex B7 4C CE

RGB Percentages of Color #b74cce

%39.35
%16.34
%44.30

CMYK Percentages of Color #b74cce

%11
%63
%0
%19

Triadic Colors of #b74cce

#b74cce #ceb74c #4cceb7

Analogous Colors of #b74cce

#b74cce #ce4ca4 #764cce

Monochromatic Colors of #b74cce

#b74cce

Complementary Color

#b74cce #63ce4c

#b74cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74cce Color CSS Codes

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

#b74cce Text Font Color

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

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


#b74cce Background Color

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

This div background color is #b74cce


#b74cce Border Color

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

This div border color is #b74cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74cce


Comments

No comments written yet.

Please login to write comment.