Color Hex Logo

#cb50cc Color Hex

#CB50CC
(203,80,204)
0 Favorites   0 Comments

Color spaces of #cb50cc

RGB 20380204
HSL0.830.550.56
HSV300°61°80°
CMYK 0.000.610.00   0.20
XYZ38.396322.793559.5026
Yxy22.79350.31810.1889
Hunter Lab47.742560.0068-40.4747
CIE-Lab54.859064.1918-41.3434

#cb50cc color RGB value is (203,80,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010000 11001100
Octal 313 120 314
Decimal 203 80 204
Hex CB 50 CC

RGB Percentages of Color #cb50cc

%41.68
%16.43
%41.89

CMYK Percentages of Color #cb50cc

%0
%61
%0
%20

Triadic Colors of #cb50cc

#cb50cc #cccb50 #50cccb

Analogous Colors of #cb50cc

#cb50cc #cc508f #8d50cc

Monochromatic Colors of #cb50cc

#cb50cc

Complementary Color

#cb50cc #51cc50

#cb50cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb50cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb50cc Color CSS Codes

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

#cb50cc Text Font Color

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

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


#cb50cc Background Color

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

This div background color is #cb50cc


#cb50cc Border Color

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

This div border color is #cb50cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb50cc


Comments

No comments written yet.

Please login to write comment.