Color Hex Logo

#b745dc Color Hex

#B745DC
(183,69,220)
0 Favorites   0 Comments

Color spaces of #b745dc

RGB 18369220
HSL0.790.680.57
HSV285°69°86°
CMYK 0.170.690.00   0.14
XYZ34.574819.490869.6500
Yxy19.49080.27950.1575
Hunter Lab44.148462.5326-62.6341
CIE-Lab51.256567.0262-56.3663

#b745dc color RGB value is (183,69,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000101 11011100
Octal 267 105 334
Decimal 183 69 220
Hex B7 45 DC

RGB Percentages of Color #b745dc

%38.77
%14.62
%46.61

CMYK Percentages of Color #b745dc

%17
%69
%0
%14

Triadic Colors of #b745dc

#b745dc #dcb745 #45dcb7

Analogous Colors of #b745dc

#b745dc #dc45b6 #6c45dc

Monochromatic Colors of #b745dc

#b745dc

Complementary Color

#b745dc #6adc45

#b745dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b745dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b745dc Color CSS Codes

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

#b745dc Text Font Color

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

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


#b745dc Background Color

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

This div background color is #b745dc


#b745dc Border Color

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

This div border color is #b745dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b745dc


Comments

No comments written yet.

Please login to write comment.