Color Hex Logo

#cb49bd Color Hex

#CB49BD
(203,73,189)
0 Favorites   0 Comments

Color spaces of #cb49bd

RGB 20373189
HSL0.850.560.54
HSV306°64°80°
CMYK 0.000.640.07   0.20
XYZ36.196521.135750.3160
Yxy21.13570.33620.1963
Hunter Lab45.973660.0851-32.7087
CIE-Lab53.097764.5856-35.4907

#cb49bd color RGB value is (203,73,189).

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

The process color (four color CMYK) of #cb49bd color hex is 0.00, 0.64, 0.07, 0.20. Web safe color of #cb49bd is #cc33cc. Color #cb49bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01001001 10111101
Octal 313 111 275
Decimal 203 73 189
Hex CB 49 BD

RGB Percentages of Color #cb49bd

%43.66
%15.70
%40.65

CMYK Percentages of Color #cb49bd

%0
%64
%7
%20

Triadic Colors of #cb49bd

#cb49bd #bdcb49 #49bdcb

Analogous Colors of #cb49bd

#cb49bd #cb497c #9849cb

Monochromatic Colors of #cb49bd

#cb49bd

Complementary Color

#cb49bd #49cb57

#cb49bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb49bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb49bd Color CSS Codes

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

#cb49bd Text Font Color

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

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


#cb49bd Background Color

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

This div background color is #cb49bd


#cb49bd Border Color

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

This div border color is #cb49bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,73,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 #cb49bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb49bd


Comments

No comments written yet.

Please login to write comment.