Color Hex Logo

#b742bc Color Hex

#B742BC
(183,66,188)
0 Favorites   0 Comments

Color spaces of #b742bc

RGB 18366188
HSL0.830.480.50
HSV298°65°74°
CMYK 0.030.650.00   0.26
XYZ30.553817.594549.3627
Yxy17.59450.31330.1804
Hunter Lab41.945856.6163-40.4117
CIE-Lab49.000562.3397-41.5720

#b742bc color RGB value is (183,66,188).

#b742bc hex color red value is 183, green value is 66 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b742bc hue: 0.83 , saturation: 0.48 and the lightness value of b742bc is 0.50.

The process color (four color CMYK) of #b742bc color hex is 0.03, 0.65, 0.00, 0.26. Web safe color of #b742bc is #cc33cc. Color #b742bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000010 10111100
Octal 267 102 274
Decimal 183 66 188
Hex B7 42 BC

RGB Percentages of Color #b742bc

%41.88
%15.10
%43.02

CMYK Percentages of Color #b742bc

%3
%65
%0
%26

Triadic Colors of #b742bc

#b742bc #bcb742 #42bcb7

Analogous Colors of #b742bc

#b742bc #bc4284 #7a42bc

Monochromatic Colors of #b742bc

#b742bc

Complementary Color

#b742bc #47bc42

#b742bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b742bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b742bc Color CSS Codes

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

#b742bc Text Font Color

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

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


#b742bc Background Color

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

This div background color is #b742bc


#b742bc Border Color

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

This div border color is #b742bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b742bc


Comments

No comments written yet.

Please login to write comment.