Color Hex Logo

#cb206d Color Hex

#CB206D
(203,32,109)
0 Favorites   0 Comments

Color spaces of #cb206d

RGB 20332109
HSL0.920.730.46
HSV333°84°80°
CMYK 0.000.840.46   0.20
XYZ27.905414.833715.8604
Yxy14.83370.47620.2531
Hunter Lab38.514561.93032.5444
CIE-Lab45.405667.63830.6396

#cb206d color RGB value is (203,32,109).

#cb206d hex color red value is 203, green value is 32 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cb206d hue: 0.92 , saturation: 0.73 and the lightness value of cb206d is 0.46.

The process color (four color CMYK) of #cb206d color hex is 0.00, 0.84, 0.46, 0.20. Web safe color of #cb206d is #cc3366. Color #cb206d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00100000 01101101
Octal 313 40 155
Decimal 203 32 109
Hex CB 20 6D

RGB Percentages of Color #cb206d

%59.01
%9.30
%31.69

CMYK Percentages of Color #cb206d

%0
%84
%46
%20

Triadic Colors of #cb206d

#cb206d #6dcb20 #206dcb

Analogous Colors of #cb206d

#cb206d #cb2920 #cb20c3

Monochromatic Colors of #cb206d

#cb206d

Complementary Color

#cb206d #20cb7e

#cb206d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb206d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb206d Color CSS Codes

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

#cb206d Text Font Color

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

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


#cb206d Background Color

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

This div background color is #cb206d


#cb206d Border Color

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

This div border color is #cb206d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb206d


Comments

No comments written yet.

Please login to write comment.