Color Hex Logo

#cb46bd Color Hex

#CB46BD
(203,70,189)
0 Favorites   0 Comments

Color spaces of #cb46bd

RGB 20370189
HSL0.850.560.54
HSV306°66°80°
CMYK 0.000.660.07   0.20
XYZ36.004120.751050.2518
Yxy20.75100.33650.1939
Hunter Lab45.553361.3635-33.5181
CIE-Lab52.675965.7604-36.1521

#cb46bd color RGB value is (203,70,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01000110 10111101
Octal 313 106 275
Decimal 203 70 189
Hex CB 46 BD

RGB Percentages of Color #cb46bd

%43.94
%15.15
%40.91

CMYK Percentages of Color #cb46bd

%0
%66
%7
%20

Triadic Colors of #cb46bd

#cb46bd #bdcb46 #46bdcb

Analogous Colors of #cb46bd

#cb46bd #cb467b #9746cb

Monochromatic Colors of #cb46bd

#cb46bd

Complementary Color

#cb46bd #46cb54

#cb46bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb46bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb46bd Color CSS Codes

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

#cb46bd Text Font Color

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

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


#cb46bd Background Color

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

This div background color is #cb46bd


#cb46bd Border Color

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

This div border color is #cb46bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb46bd


Comments

No comments written yet.

Please login to write comment.