Color Hex Logo

#b74adf Color Hex

#B74ADF
(183,74,223)
0 Favorites   0 Comments

Color spaces of #b74adf

RGB 18374223
HSL0.790.700.58
HSV284°67°87°
CMYK 0.180.670.00   0.13
XYZ35.296520.292671.8686
Yxy20.29260.27690.1592
Hunter Lab45.047361.0296-63.0583
CIE-Lab52.166465.5706-56.6081

#b74adf color RGB value is (183,74,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001010 11011111
Octal 267 112 337
Decimal 183 74 223
Hex B7 4A DF

RGB Percentages of Color #b74adf

%38.13
%15.42
%46.46

CMYK Percentages of Color #b74adf

%18
%67
%0
%13

Triadic Colors of #b74adf

#b74adf #dfb74a #4adfb7

Analogous Colors of #b74adf

#b74adf #df4abd #6d4adf

Monochromatic Colors of #b74adf

#b74adf

Complementary Color

#b74adf #72df4a

#b74adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74adf Color CSS Codes

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

#b74adf Text Font Color

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

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


#b74adf Background Color

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

This div background color is #b74adf


#b74adf Border Color

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

This div border color is #b74adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74adf


Comments

No comments written yet.

Please login to write comment.