Color Hex Logo

#cb80ba Color Hex

#CB80BA
(203,128,186)
0 Favorites   0 Comments

Color spaces of #cb80ba

RGB 203128186
HSL0.870.420.65
HSV314°37°80°
CMYK 0.000.370.08   0.20
XYZ41.210731.680050.3972
Yxy31.68000.33430.2570
Hunter Lab56.285032.1953-13.6884
CIE-Lab63.077537.5859-18.3672

#cb80ba color RGB value is (203,128,186).

#cb80ba hex color red value is 203, green value is 128 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cb80ba hue: 0.87 , saturation: 0.42 and the lightness value of cb80ba is 0.65.

The process color (four color CMYK) of #cb80ba color hex is 0.00, 0.37, 0.08, 0.20. Web safe color of #cb80ba is #cc99cc. Color #cb80ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000000 10111010
Octal 313 200 272
Decimal 203 128 186
Hex CB 80 BA

RGB Percentages of Color #cb80ba

%39.26
%24.76
%35.98

CMYK Percentages of Color #cb80ba

%0
%37
%8
%20

Triadic Colors of #cb80ba

#cb80ba #bacb80 #80bacb

Analogous Colors of #cb80ba

#cb80ba #cb8095 #b780cb

Monochromatic Colors of #cb80ba

#cb80ba

Complementary Color

#cb80ba #80cb91

#cb80ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb80ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb80ba Color CSS Codes

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

#cb80ba Text Font Color

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

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


#cb80ba Background Color

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

This div background color is #cb80ba


#cb80ba Border Color

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

This div border color is #cb80ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb80ba


Comments

No comments written yet.

Please login to write comment.