Color Hex Logo

#cb4680 Color Hex

#CB4680
(203,70,128)
0 Favorites   0 Comments

Color spaces of #cb4680

RGB 20370128
HSL0.930.560.54
HSV334°66°80°
CMYK 0.000.660.37   0.20
XYZ30.715018.635322.4002
Yxy18.63530.42810.2597
Hunter Lab43.168651.4598-0.5475
CIE-Lab50.257857.5220-3.8291

#cb4680 color RGB value is (203,70,128).

#cb4680 hex color red value is 203, green value is 70 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #cb4680 hue: 0.93 , saturation: 0.56 and the lightness value of cb4680 is 0.54.

The process color (four color CMYK) of #cb4680 color hex is 0.00, 0.66, 0.37, 0.20. Web safe color of #cb4680 is #cc3399. Color #cb4680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000110 10000000
Octal 313 106 200
Decimal 203 70 128
Hex CB 46 80

RGB Percentages of Color #cb4680

%50.62
%17.46
%31.92

CMYK Percentages of Color #cb4680

%0
%66
%37
%20

Triadic Colors of #cb4680

#cb4680 #80cb46 #4680cb

Analogous Colors of #cb4680

#cb4680 #cb4f46 #cb46c3

Monochromatic Colors of #cb4680

#cb4680

Complementary Color

#cb4680 #46cb91

#cb4680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb4680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb4680 Color CSS Codes

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

#cb4680 Text Font Color

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

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


#cb4680 Background Color

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

This div background color is #cb4680


#cb4680 Border Color

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

This div border color is #cb4680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb4680


Comments

No comments written yet.

Please login to write comment.