Color Hex Logo

#b740ae Color Hex

#B740AE
(183,64,174)
0 Favorites   0 Comments

Color spaces of #b740ae

RGB 18364174
HSL0.850.480.48
HSV305°65°72°
CMYK 0.000.650.05   0.28
XYZ29.001816.790141.7566
Yxy16.79010.33130.1918
Hunter Lab40.975754.6312-31.7369
CIE-Lab47.994560.7758-34.9712

#b740ae color RGB value is (183,64,174).

#b740ae hex color red value is 183, green value is 64 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b740ae hue: 0.85 , saturation: 0.48 and the lightness value of b740ae is 0.48.

The process color (four color CMYK) of #b740ae color hex is 0.00, 0.65, 0.05, 0.28. Web safe color of #b740ae is #cc3399. Color #b740ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000000 10101110
Octal 267 100 256
Decimal 183 64 174
Hex B7 40 AE

RGB Percentages of Color #b740ae

%43.47
%15.20
%41.33

CMYK Percentages of Color #b740ae

%0
%65
%5
%28

Triadic Colors of #b740ae

#b740ae #aeb740 #40aeb7

Analogous Colors of #b740ae

#b740ae #b74073 #8540b7

Monochromatic Colors of #b740ae

#b740ae

Complementary Color

#b740ae #40b749

#b740ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b740ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b740ae Color CSS Codes

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

#b740ae Text Font Color

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

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


#b740ae Background Color

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

This div background color is #b740ae


#b740ae Border Color

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

This div border color is #b740ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b740ae


Comments

No comments written yet.

Please login to write comment.