color codes Logo

#b74fd7 color codes

#B74FD7
(183,79,215)
0 Favorites   0 Comments

Color spaces of #b74fd7

RGB 18379215
HSL0.790.630.58
HSV286°63°84°
CMYK 0.150.630.00   0.16
XYZ34.590220.565566.4364
Yxy20.56550.28450.1691
Hunter Lab45.349256.7902-55.1152
CIE-Lab52.470661.8460-51.5808

#b74fd7 color RGB value is (183,79,215).

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

The process color (four color CMYK) of #b74fd7 color code is 0.15, 0.63, 0.00, 0.16. Web safe color of #b74fd7 is #cc66cc. Color #b74fd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001111 11010111
Octal 267 117 327
Decimal 183 79 215
Hex B7 4F D7

RGB Percentages of Color #b74fd7

%38.36
%16.56
%45.07

CMYK Percentages of Color #b74fd7

%15
%63
%0
%16

Triadic Colors of #b74fd7

#b74fd7 #d7b74f #4fd7b7

Analogous Colors of #b74fd7

#b74fd7 #d74fb3 #734fd7

Monochromatic Colors of #b74fd7

#b74fd7

Complementary Color

#b74fd7 #6fd74f

#b74fd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74fd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74fd7 Color CSS Codes

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

#b74fd7 Text Font Color

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

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


#b74fd7 Background Color

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

This div background color is #b74fd7


#b74fd7 Border Color

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

This div border color is #b74fd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74fd7


Comments

No comments written yet.

Please login to write comment.