Color Hex Logo

#b74fce Color Hex

#B74FCE
(183,79,206)
0 Favorites   0 Comments

Color spaces of #b74fce

RGB 18379206
HSL0.800.560.56
HSV289°62°81°
CMYK 0.110.620.00   0.19
XYZ33.465020.115560.5114
Yxy20.11550.29330.1763
Hunter Lab44.850354.6995-48.5980
CIE-Lab51.967560.1010-47.2476

#b74fce color RGB value is (183,79,206).

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

The process color (four color CMYK) of #b74fce color hex is 0.11, 0.62, 0.00, 0.19. Web safe color of #b74fce is #cc66cc. Color #b74fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001111 11001110
Octal 267 117 316
Decimal 183 79 206
Hex B7 4F CE

RGB Percentages of Color #b74fce

%39.10
%16.88
%44.02

CMYK Percentages of Color #b74fce

%11
%62
%0
%19

Triadic Colors of #b74fce

#b74fce #ceb74f #4fceb7

Analogous Colors of #b74fce

#b74fce #ce4fa6 #784fce

Monochromatic Colors of #b74fce

#b74fce

Complementary Color

#b74fce #66ce4f

#b74fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74fce Color CSS Codes

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

#b74fce Text Font Color

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

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


#b74fce Background Color

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

This div background color is #b74fce


#b74fce Border Color

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

This div border color is #b74fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74fce


Comments

No comments written yet.

Please login to write comment.