Color Hex Logo

#b74fca Color Hex

#B74FCA
(183,79,202)
0 Favorites   0 Comments

Color spaces of #b74fca

RGB 18379202
HSL0.810.540.55
HSV291°61°79°
CMYK 0.090.610.00   0.21
XYZ32.985119.923557.9842
Yxy19.92350.29750.1797
Hunter Lab44.635753.7961-45.7758
CIE-Lab51.750659.3403-45.2999

#b74fca color RGB value is (183,79,202).

#b74fca hex color red value is 183, green value is 79 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b74fca hue: 0.81 , saturation: 0.54 and the lightness value of b74fca is 0.55.

The process color (four color CMYK) of #b74fca color hex is 0.09, 0.61, 0.00, 0.21. Web safe color of #b74fca is #cc66cc. Color #b74fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001111 11001010
Octal 267 117 312
Decimal 183 79 202
Hex B7 4F CA

RGB Percentages of Color #b74fca

%39.44
%17.03
%43.53

CMYK Percentages of Color #b74fca

%9
%61
%0
%21

Triadic Colors of #b74fca

#b74fca #cab74f #4fcab7

Analogous Colors of #b74fca

#b74fca #ca4fa0 #7a4fca

Monochromatic Colors of #b74fca

#b74fca

Complementary Color

#b74fca #62ca4f

#b74fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74fca Color CSS Codes

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

#b74fca Text Font Color

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

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


#b74fca Background Color

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

This div background color is #b74fca


#b74fca Border Color

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

This div border color is #b74fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74fca


Comments

No comments written yet.

Please login to write comment.