Color Hex Logo

#b74edc Color Hex

#B74EDC
(183,78,220)
0 Favorites   0 Comments

Color spaces of #b74edc

RGB 18378220
HSL0.790.670.58
HSV284°65°86°
CMYK 0.170.650.00   0.14
XYZ35.171120.683469.8487
Yxy20.68340.27980.1645
Hunter Lab45.479058.4544-59.2249
CIE-Lab52.601263.2703-54.2115

#b74edc color RGB value is (183,78,220).

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

The process color (four color CMYK) of #b74edc color hex is 0.17, 0.65, 0.00, 0.14. Web safe color of #b74edc is #cc66cc. Color #b74edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001110 11011100
Octal 267 116 334
Decimal 183 78 220
Hex B7 4E DC

RGB Percentages of Color #b74edc

%38.05
%16.22
%45.74

CMYK Percentages of Color #b74edc

%17
%65
%0
%14

Triadic Colors of #b74edc

#b74edc #dcb74e #4edcb7

Analogous Colors of #b74edc

#b74edc #dc4eba #704edc

Monochromatic Colors of #b74edc

#b74edc

Complementary Color

#b74edc #73dc4e

#b74edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74edc Color CSS Codes

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

#b74edc Text Font Color

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

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


#b74edc Background Color

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

This div background color is #b74edc


#b74edc Border Color

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

This div border color is #b74edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74edc


Comments

No comments written yet.

Please login to write comment.