Color Hex Logo

#b753cc Color Hex

#B753CC
(183,83,204)
0 Favorites   0 Comments

Color spaces of #b753cc

RGB 18383204
HSL0.800.540.56
HSV290°59°80°
CMYK 0.100.590.00   0.20
XYZ33.520820.613459.3388
Yxy20.61340.29540.1817
Hunter Lab45.402052.3351-45.7086
CIE-Lab52.523857.8997-45.2195

#b753cc color RGB value is (183,83,204).

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

The process color (four color CMYK) of #b753cc color hex is 0.10, 0.59, 0.00, 0.20. Web safe color of #b753cc is #cc66cc. Color #b753cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010011 11001100
Octal 267 123 314
Decimal 183 83 204
Hex B7 53 CC

RGB Percentages of Color #b753cc

%38.94
%17.66
%43.40

CMYK Percentages of Color #b753cc

%10
%59
%0
%20

Triadic Colors of #b753cc

#b753cc #ccb753 #53ccb7

Analogous Colors of #b753cc

#b753cc #cc53a5 #7b53cc

Monochromatic Colors of #b753cc

#b753cc

Complementary Color

#b753cc #68cc53

#b753cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b753cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b753cc Color CSS Codes

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

#b753cc Text Font Color

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

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


#b753cc Background Color

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

This div background color is #b753cc


#b753cc Border Color

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

This div border color is #b753cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b753cc


Comments

No comments written yet.

Please login to write comment.