Color Hex Logo

#cb82bc Color Hex

#CB82BC
(203,130,188)
0 Favorites   0 Comments

Color spaces of #cb82bc

RGB 203130188
HSL0.870.410.65
HSV312°36°80°
CMYK 0.000.360.07   0.20
XYZ41.688332.292651.6128
Yxy32.29260.33190.2571
Hunter Lab56.826631.5021-14.0716
CIE-Lab63.584036.8592-18.7280

#cb82bc color RGB value is (203,130,188).

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

The process color (four color CMYK) of #cb82bc color hex is 0.00, 0.36, 0.07, 0.20. Web safe color of #cb82bc is #cc99cc. Color #cb82bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000010 10111100
Octal 313 202 274
Decimal 203 130 188
Hex CB 82 BC

RGB Percentages of Color #cb82bc

%38.96
%24.95
%36.08

CMYK Percentages of Color #cb82bc

%0
%36
%7
%20

Triadic Colors of #cb82bc

#cb82bc #bccb82 #82bccb

Analogous Colors of #cb82bc

#cb82bc #cb8298 #b682cb

Monochromatic Colors of #cb82bc

#cb82bc

Complementary Color

#cb82bc #82cb91

#cb82bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb82bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb82bc Color CSS Codes

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

#cb82bc Text Font Color

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

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


#cb82bc Background Color

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

This div background color is #cb82bc


#cb82bc Border Color

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

This div border color is #cb82bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb82bc


Comments

No comments written yet.

Please login to write comment.