Color Hex Logo

#cb53b2 Color Hex

#CB53B2
(203,83,178)
0 Favorites   0 Comments

Color spaces of #cb53b2

RGB 20383178
HSL0.870.540.56
HSV313°59°80°
CMYK 0.000.590.12   0.20
XYZ35.757722.097444.5001
Yxy22.09740.34930.2159
Hunter Lab47.007953.5167-23.2215
CIE-Lab54.130258.6647-27.5074

#cb53b2 color RGB value is (203,83,178).

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

The process color (four color CMYK) of #cb53b2 color hex is 0.00, 0.59, 0.12, 0.20. Web safe color of #cb53b2 is #cc6699. Color #cb53b2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010011 10110010
Octal 313 123 262
Decimal 203 83 178
Hex CB 53 B2

RGB Percentages of Color #cb53b2

%43.75
%17.89
%38.36

CMYK Percentages of Color #cb53b2

%0
%59
%12
%20

Triadic Colors of #cb53b2

#cb53b2 #b2cb53 #53b2cb

Analogous Colors of #cb53b2

#cb53b2 #cb5376 #a853cb

Monochromatic Colors of #cb53b2

#cb53b2

Complementary Color

#cb53b2 #53cb6c

#cb53b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb53b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb53b2 Color CSS Codes

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

#cb53b2 Text Font Color

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

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


#cb53b2 Background Color

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

This div background color is #cb53b2


#cb53b2 Border Color

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

This div border color is #cb53b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb53b2


Comments

No comments written yet.

Please login to write comment.