Color Hex Logo

#b740ad Color Hex

#B740AD
(183,64,173)
0 Favorites   0 Comments

Color spaces of #b740ad

RGB 18364173
HSL0.850.480.48
HSV305°65°72°
CMYK 0.000.650.05   0.28
XYZ28.904716.751241.2450
Yxy16.75120.33260.1928
Hunter Lab40.928254.4375-31.0991
CIE-Lab47.945060.6129-34.4606

#b740ad color RGB value is (183,64,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000000 10101101
Octal 267 100 255
Decimal 183 64 173
Hex B7 40 AD

RGB Percentages of Color #b740ad

%43.57
%15.24
%41.19

CMYK Percentages of Color #b740ad

%0
%65
%5
%28

Triadic Colors of #b740ad

#b740ad #adb740 #40adb7

Analogous Colors of #b740ad

#b740ad #b74072 #8640b7

Monochromatic Colors of #b740ad

#b740ad

Complementary Color

#b740ad #40b74a

#b740ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b740ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b740ad Color CSS Codes

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

#b740ad Text Font Color

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

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


#b740ad Background Color

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

This div background color is #b740ad


#b740ad Border Color

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

This div border color is #b740ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b740ad


Comments

No comments written yet.

Please login to write comment.