Color Hex Logo

#b742cc Color Hex

#B742CC
(183,66,204)
0 Favorites   0 Comments

Color spaces of #b742cc

RGB 18366204
HSL0.810.580.53
HSV291°68°80°
CMYK 0.100.680.00   0.20
XYZ32.375718.323358.9571
Yxy18.32330.29520.1671
Hunter Lab42.805760.0968-51.6972
CIE-Lab49.885965.2004-49.4165

#b742cc color RGB value is (183,66,204).

#b742cc hex color red value is 183, green value is 66 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b742cc hue: 0.81 , saturation: 0.58 and the lightness value of b742cc is 0.53.

The process color (four color CMYK) of #b742cc color hex is 0.10, 0.68, 0.00, 0.20. Web safe color of #b742cc is #cc33cc. Color #b742cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000010 11001100
Octal 267 102 314
Decimal 183 66 204
Hex B7 42 CC

RGB Percentages of Color #b742cc

%40.40
%14.57
%45.03

CMYK Percentages of Color #b742cc

%10
%68
%0
%20

Triadic Colors of #b742cc

#b742cc #ccb742 #42ccb7

Analogous Colors of #b742cc

#b742cc #cc429c #7242cc

Monochromatic Colors of #b742cc

#b742cc

Complementary Color

#b742cc #57cc42

#b742cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b742cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b742cc Color CSS Codes

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

#b742cc Text Font Color

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

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


#b742cc Background Color

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

This div background color is #b742cc


#b742cc Border Color

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

This div border color is #b742cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b742cc


Comments

No comments written yet.

Please login to write comment.