Color Hex Logo

#b742dc Color Hex

#B742DC
(183,66,220)
0 Favorites   0 Comments

Color spaces of #b742dc

RGB 18366220
HSL0.790.690.56
HSV286°70°86°
CMYK 0.170.700.00   0.14
XYZ34.394919.131069.5900
Yxy19.13100.27940.1554
Hunter Lab43.739063.8232-63.7148
CIE-Lab50.840168.2010-57.0347

#b742dc color RGB value is (183,66,220).

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

The process color (four color CMYK) of #b742dc color hex is 0.17, 0.70, 0.00, 0.14. Web safe color of #b742dc is #cc33cc. Color #b742dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000010 11011100
Octal 267 102 334
Decimal 183 66 220
Hex B7 42 DC

RGB Percentages of Color #b742dc

%39.02
%14.07
%46.91

CMYK Percentages of Color #b742dc

%17
%70
%0
%14

Triadic Colors of #b742dc

#b742dc #dcb742 #42dcb7

Analogous Colors of #b742dc

#b742dc #dc42b4 #6a42dc

Monochromatic Colors of #b742dc

#b742dc

Complementary Color

#b742dc #67dc42

#b742dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b742dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b742dc Color CSS Codes

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

#b742dc Text Font Color

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

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


#b742dc Background Color

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

This div background color is #b742dc


#b742dc Border Color

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

This div border color is #b742dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,66,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 #b742dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b742dc


Comments

No comments written yet.

Please login to write comment.