Color Hex Logo

#cb03cc Color Hex

#CB03CC
(203,3,204)
0 Favorites   0 Comments

Color spaces of #cb03cc

RGB 2033204
HSL0.830.970.41
HSV300°99°80°
CMYK 0.000.990.00   0.20
XYZ35.560217.121358.5572
Yxy17.12130.31970.1539
Hunter Lab41.377980.9918-54.9415
CIE-Lab48.412582.6441-51.5875

#cb03cc color RGB value is (203,3,204).

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

The process color (four color CMYK) of #cb03cc color hex is 0.00, 0.99, 0.00, 0.20. Web safe color of #cb03cc is #cc00cc. Color #cb03cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00000011 11001100
Octal 313 3 314
Decimal 203 3 204
Hex CB 3 CC

RGB Percentages of Color #cb03cc

%49.51
%0.73
%49.76

CMYK Percentages of Color #cb03cc

%0
%99
%0
%20

Triadic Colors of #cb03cc

#cb03cc #cccb03 #03cccb

Analogous Colors of #cb03cc

#cb03cc #cc0369 #6703cc

Monochromatic Colors of #cb03cc

#cb03cc

Complementary Color

#cb03cc #04cc03

#cb03cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb03cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb03cc Color CSS Codes

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

#cb03cc Text Font Color

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

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


#cb03cc Background Color

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

This div background color is #cb03cc


#cb03cc Border Color

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

This div border color is #cb03cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb03cc


Comments

No comments written yet.

Please login to write comment.