Color Hex Logo

#cb53cb Color Hex

#CB53CB
(203,83,203)
0 Favorites   0 Comments

Color spaces of #cb53cb

RGB 20383203
HSL0.830.540.56
HSV300°59°80°
CMYK 0.000.590.00   0.20
XYZ38.501423.194858.9477
Yxy23.19480.31910.1923
Hunter Lab48.161058.4168-38.8566
CIE-Lab55.272462.7467-40.1208

#cb53cb color RGB value is (203,83,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010011 11001011
Octal 313 123 313
Decimal 203 83 203
Hex CB 53 CB

RGB Percentages of Color #cb53cb

%41.51
%16.97
%41.51

CMYK Percentages of Color #cb53cb

%0
%59
%0
%20

Triadic Colors of #cb53cb

#cb53cb #cbcb53 #53cbcb

Analogous Colors of #cb53cb

#cb53cb #cb538f #8f53cb

Monochromatic Colors of #cb53cb

#cb53cb

Complementary Color

#cb53cb #53cb53

#cb53cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb53cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb53cb Color CSS Codes

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

#cb53cb Text Font Color

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

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


#cb53cb Background Color

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

This div background color is #cb53cb


#cb53cb Border Color

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

This div border color is #cb53cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb53cb


Comments

No comments written yet.

Please login to write comment.