Color Hex Logo

#b74dff Color Hex

#B74DFF
(183,77,255)
0 Favorites   0 Comments

Color spaces of #b74dff

RGB 18377255
HSL0.771.000.65
HSV276°70°100°
CMYK 0.280.700.00   0.00
XYZ40.232322.595096.8485
Yxy22.59500.25200.1415
Hunter Lab47.534267.8951-87.5264
CIE-Lab54.652770.8808-70.5271

#b74dff color RGB value is (183,77,255).

#b74dff hex color red value is 183, green value is 77 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b74dff hue: 0.77 , saturation: 1.00 and the lightness value of b74dff is 0.65.

The process color (four color CMYK) of #b74dff color hex is 0.28, 0.70, 0.00, 0.00. Web safe color of #b74dff is #cc66ff. Color #b74dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001101 11111111
Octal 267 115 377
Decimal 183 77 255
Hex B7 4D FF

RGB Percentages of Color #b74dff

%35.53
%14.95
%49.51

CMYK Percentages of Color #b74dff

%28
%70
%0
%0

Triadic Colors of #b74dff

#b74dff #ffb74d #4dffb7

Analogous Colors of #b74dff

#b74dff #ff4dee #5e4dff

Monochromatic Colors of #b74dff

#b74dff

Complementary Color

#b74dff #95ff4d

#b74dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74dff Color CSS Codes

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

#b74dff Text Font Color

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

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


#b74dff Background Color

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

This div background color is #b74dff


#b74dff Border Color

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

This div border color is #b74dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74dff


Comments

No comments written yet.

Please login to write comment.