Color Hex Logo

#cb61bd Color Hex

#CB61BD
(203,97,189)
0 Favorites   0 Comments

Color spaces of #cb61bd

RGB 20397189
HSL0.860.500.59
HSV308°52°80°
CMYK 0.000.520.07   0.20
XYZ38.088624.920050.9467
Yxy24.92000.33420.2187
Hunter Lab49.919948.8345-25.5655
CIE-Lab56.997453.9845-29.4104

#cb61bd color RGB value is (203,97,189).

#cb61bd hex color red value is 203, green value is 97 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cb61bd hue: 0.86 , saturation: 0.50 and the lightness value of cb61bd is 0.59.

The process color (four color CMYK) of #cb61bd color hex is 0.00, 0.52, 0.07, 0.20. Web safe color of #cb61bd is #cc66cc. Color #cb61bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100001 10111101
Octal 313 141 275
Decimal 203 97 189
Hex CB 61 BD

RGB Percentages of Color #cb61bd

%41.51
%19.84
%38.65

CMYK Percentages of Color #cb61bd

%0
%52
%7
%20

Triadic Colors of #cb61bd

#cb61bd #bdcb61 #61bdcb

Analogous Colors of #cb61bd

#cb61bd #cb6188 #a461cb

Monochromatic Colors of #cb61bd

#cb61bd

Complementary Color

#cb61bd #61cb6f

#cb61bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb61bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb61bd Color CSS Codes

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

#cb61bd Text Font Color

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

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


#cb61bd Background Color

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

This div background color is #cb61bd


#cb61bd Border Color

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

This div border color is #cb61bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb61bd


Comments

No comments written yet.

Please login to write comment.