Color Hex Logo

#b753cd Color Hex

#B753CD
(183,83,205)
0 Favorites   0 Comments

Color spaces of #b753cd

RGB 18383205
HSL0.800.550.56
HSV289°60°80°
CMYK 0.110.600.00   0.20
XYZ33.641120.661659.9726
Yxy20.66160.29440.1808
Hunter Lab45.455052.5609-46.4077
CIE-Lab52.577158.0917-45.7071

#b753cd color RGB value is (183,83,205).

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

The process color (four color CMYK) of #b753cd color hex is 0.11, 0.60, 0.00, 0.20. Web safe color of #b753cd is #cc66cc. Color #b753cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010011 11001101
Octal 267 123 315
Decimal 183 83 205
Hex B7 53 CD

RGB Percentages of Color #b753cd

%38.85
%17.62
%43.52

CMYK Percentages of Color #b753cd

%11
%60
%0
%20

Triadic Colors of #b753cd

#b753cd #cdb753 #53cdb7

Analogous Colors of #b753cd

#b753cd #cd53a6 #7a53cd

Monochromatic Colors of #b753cd

#b753cd

Complementary Color

#b753cd #69cd53

#b753cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b753cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b753cd Color CSS Codes

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

#b753cd Text Font Color

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

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


#b753cd Background Color

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

This div background color is #b753cd


#b753cd Border Color

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

This div border color is #b753cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b753cd


Comments

No comments written yet.

Please login to write comment.