Color Hex Logo

#cb28cc Color Hex

#CB28CC
(203,40,204)
0 Favorites   0 Comments

Color spaces of #cb28cc

RGB 20340204
HSL0.830.670.48
HSV300°80°80°
CMYK 0.000.800.00   0.20
XYZ36.286518.573758.7993
Yxy18.57370.31930.1634
Hunter Lab43.097274.8713-50.7237
CIE-Lab50.184777.4418-48.7558

#cb28cc color RGB value is (203,40,204).

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

The process color (four color CMYK) of #cb28cc color hex is 0.00, 0.80, 0.00, 0.20. Web safe color of #cb28cc is #cc33cc. Color #cb28cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00101000 11001100
Octal 313 50 314
Decimal 203 40 204
Hex CB 28 CC

RGB Percentages of Color #cb28cc

%45.41
%8.95
%45.64

CMYK Percentages of Color #cb28cc

%0
%80
%0
%20

Triadic Colors of #cb28cc

#cb28cc #cccb28 #28cccb

Analogous Colors of #cb28cc

#cb28cc #cc287b #7928cc

Monochromatic Colors of #cb28cc

#cb28cc

Complementary Color

#cb28cc #29cc28

#cb28cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb28cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb28cc Color CSS Codes

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

#cb28cc Text Font Color

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

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


#cb28cc Background Color

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

This div background color is #cb28cc


#cb28cc Border Color

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

This div border color is #cb28cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb28cc


Comments

No comments written yet.

Please login to write comment.