Color Hex Logo

#b74ade Color Hex

#B74ADE
(183,74,222)
0 Favorites   0 Comments

Color spaces of #b74ade

RGB 18374222
HSL0.790.690.58
HSV284°67°87°
CMYK 0.180.670.00   0.13
XYZ35.162020.238871.1605
Yxy20.23880.27780.1599
Hunter Lab44.987660.7863-62.2926
CIE-Lab52.106165.3734-56.1383

#b74ade color RGB value is (183,74,222).

#b74ade hex color red value is 183, green value is 74 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b74ade hue: 0.79 , saturation: 0.69 and the lightness value of b74ade is 0.58.

The process color (four color CMYK) of #b74ade color hex is 0.18, 0.67, 0.00, 0.13. Web safe color of #b74ade is #cc33cc. Color #b74ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001010 11011110
Octal 267 112 336
Decimal 183 74 222
Hex B7 4A DE

RGB Percentages of Color #b74ade

%38.20
%15.45
%46.35

CMYK Percentages of Color #b74ade

%18
%67
%0
%13

Triadic Colors of #b74ade

#b74ade #deb74a #4adeb7

Analogous Colors of #b74ade

#b74ade #de4abb #6d4ade

Monochromatic Colors of #b74ade

#b74ade

Complementary Color

#b74ade #71de4a

#b74ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74ade Color CSS Codes

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

#b74ade Text Font Color

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

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


#b74ade Background Color

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

This div background color is #b74ade


#b74ade Border Color

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

This div border color is #b74ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74ade


Comments

No comments written yet.

Please login to write comment.