Color Hex Logo

#b74cfc Color Hex

#B74CFC
(183,76,252)
0 Favorites   0 Comments

Color spaces of #b74cfc

RGB 18376252
HSL0.770.970.64
HSV276°70°99°
CMYK 0.270.700.00   0.01
XYZ39.683622.264494.3014
Yxy22.26440.25400.1425
Hunter Lab47.185267.5478-85.4638
CIE-Lab54.306470.6589-69.4229

#b74cfc color RGB value is (183,76,252).

#b74cfc hex color red value is 183, green value is 76 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b74cfc hue: 0.77 , saturation: 0.97 and the lightness value of b74cfc is 0.64.

The process color (four color CMYK) of #b74cfc color hex is 0.27, 0.70, 0.00, 0.01. Web safe color of #b74cfc is #cc33ff. Color #b74cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001100 11111100
Octal 267 114 374
Decimal 183 76 252
Hex B7 4C FC

RGB Percentages of Color #b74cfc

%35.81
%14.87
%49.32

CMYK Percentages of Color #b74cfc

%27
%70
%0
%1

Triadic Colors of #b74cfc

#b74cfc #fcb74c #4cfcb7

Analogous Colors of #b74cfc

#b74cfc #fc4ce9 #5f4cfc

Monochromatic Colors of #b74cfc

#b74cfc

Complementary Color

#b74cfc #91fc4c

#b74cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74cfc Color CSS Codes

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

#b74cfc Text Font Color

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

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


#b74cfc Background Color

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

This div background color is #b74cfc


#b74cfc Border Color

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

This div border color is #b74cfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,76,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74cfc


Comments

No comments written yet.

Please login to write comment.