Color Hex Logo

#b74cfa Color Hex

#B74CFA
(183,76,250)
0 Favorites   0 Comments

Color spaces of #b74cfa

RGB 18376250
HSL0.770.950.64
HSV277°70°98°
CMYK 0.270.700.00   0.02
XYZ39.368222.138392.6407
Yxy22.13830.25540.1436
Hunter Lab47.051467.0123-83.8018
CIE-Lab54.173470.2394-68.5265

#b74cfa color RGB value is (183,76,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001100 11111010
Octal 267 114 372
Decimal 183 76 250
Hex B7 4C FA

RGB Percentages of Color #b74cfa

%35.95
%14.93
%49.12

CMYK Percentages of Color #b74cfa

%27
%70
%0
%2

Triadic Colors of #b74cfa

#b74cfa #fab74c #4cfab7

Analogous Colors of #b74cfa

#b74cfa #fa4ce6 #604cfa

Monochromatic Colors of #b74cfa

#b74cfa

Complementary Color

#b74cfa #8ffa4c

#b74cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74cfa Color CSS Codes

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

#b74cfa Text Font Color

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

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


#b74cfa Background Color

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

This div background color is #b74cfa


#b74cfa Border Color

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

This div border color is #b74cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74cfa

Related Colors


Comments

No comments written yet.

Please login to write comment.