Color Hex Logo

#b742cf Color Hex

#B742CF
(183,66,207)
0 Favorites   0 Comments

Color spaces of #b742cf

RGB 18366207
HSL0.800.590.54
HSV290°68°81°
CMYK 0.120.680.00   0.19
XYZ32.739118.468760.8708
Yxy18.46870.29210.1648
Hunter Lab42.975260.7770-53.8967
CIE-Lab50.059765.7529-50.8618

#b742cf color RGB value is (183,66,207).

#b742cf hex color red value is 183, green value is 66 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b742cf hue: 0.80 , saturation: 0.59 and the lightness value of b742cf is 0.54.

The process color (four color CMYK) of #b742cf color hex is 0.12, 0.68, 0.00, 0.19. Web safe color of #b742cf is #cc33cc. Color #b742cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000010 11001111
Octal 267 102 317
Decimal 183 66 207
Hex B7 42 CF

RGB Percentages of Color #b742cf

%40.13
%14.47
%45.39

CMYK Percentages of Color #b742cf

%12
%68
%0
%19

Triadic Colors of #b742cf

#b742cf #cfb742 #42cfb7

Analogous Colors of #b742cf

#b742cf #cf42a1 #7142cf

Monochromatic Colors of #b742cf

#b742cf

Complementary Color

#b742cf #5acf42

#b742cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b742cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b742cf Color CSS Codes

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

#b742cf Text Font Color

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

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


#b742cf Background Color

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

This div background color is #b742cf


#b742cf Border Color

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

This div border color is #b742cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b742cf


Comments

No comments written yet.

Please login to write comment.