Color Hex Logo

#cb09cc Color Hex

#CB09CC
(203,9,204)
0 Favorites   0 Comments

Color spaces of #cb09cc

RGB 2039204
HSL0.830.920.42
HSV300°96°80°
CMYK 0.000.960.00   0.20
XYZ35.625417.251558.5790
Yxy17.25150.31960.1548
Hunter Lab41.534980.4172-54.5455
CIE-Lab48.575482.1622-51.3268

#cb09cc color RGB value is (203,9,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00001001 11001100
Octal 313 11 314
Decimal 203 9 204
Hex CB 9 CC

RGB Percentages of Color #cb09cc

%48.80
%2.16
%49.04

CMYK Percentages of Color #cb09cc

%0
%96
%0
%20

Triadic Colors of #cb09cc

#cb09cc #cccb09 #09cccb

Analogous Colors of #cb09cc

#cb09cc #cc096c #6a09cc

Monochromatic Colors of #cb09cc

#cb09cc

Complementary Color

#cb09cc #0acc09

#cb09cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb09cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb09cc Color CSS Codes

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

#cb09cc Text Font Color

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

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


#cb09cc Background Color

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

This div background color is #cb09cc


#cb09cc Border Color

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

This div border color is #cb09cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb09cc


Comments

No comments written yet.

Please login to write comment.