Color Hex Logo

#cb82bd Color Hex

#CB82BD
(203,130,189)
0 Favorites   0 Comments

Color spaces of #cb82bd

RGB 203130189
HSL0.870.410.65
HSV312°36°80°
CMYK 0.000.360.07   0.20
XYZ41.796532.335952.1826
Yxy32.33590.33090.2560
Hunter Lab56.864731.6874-14.6030
CIE-Lab63.619537.0343-19.2385

#cb82bd color RGB value is (203,130,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000010 10111101
Octal 313 202 275
Decimal 203 130 189
Hex CB 82 BD

RGB Percentages of Color #cb82bd

%38.89
%24.90
%36.21

CMYK Percentages of Color #cb82bd

%0
%36
%7
%20

Triadic Colors of #cb82bd

#cb82bd #bdcb82 #82bdcb

Analogous Colors of #cb82bd

#cb82bd #cb8299 #b582cb

Monochromatic Colors of #cb82bd

#cb82bd

Complementary Color

#cb82bd #82cb90

#cb82bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb82bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb82bd Color CSS Codes

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

#cb82bd Text Font Color

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

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


#cb82bd Background Color

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

This div background color is #cb82bd


#cb82bd Border Color

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

This div border color is #cb82bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb82bd


Comments

No comments written yet.

Please login to write comment.