Color Hex Logo

#cb63bd Color Hex

#CB63BD
(203,99,189)
0 Favorites   0 Comments

Color spaces of #cb63bd

RGB 20399189
HSL0.860.500.59
HSV308°51°80°
CMYK 0.000.510.07   0.20
XYZ38.275725.294351.0090
Yxy25.29430.33410.2208
Hunter Lab50.293447.8335-24.9282
CIE-Lab57.361153.0197-28.8467

#cb63bd color RGB value is (203,99,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100011 10111101
Octal 313 143 275
Decimal 203 99 189
Hex CB 63 BD

RGB Percentages of Color #cb63bd

%41.34
%20.16
%38.49

CMYK Percentages of Color #cb63bd

%0
%51
%7
%20

Triadic Colors of #cb63bd

#cb63bd #bdcb63 #63bdcb

Analogous Colors of #cb63bd

#cb63bd #cb6389 #a563cb

Monochromatic Colors of #cb63bd

#cb63bd

Complementary Color

#cb63bd #63cb71

#cb63bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb63bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb63bd Color CSS Codes

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

#cb63bd Text Font Color

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

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


#cb63bd Background Color

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

This div background color is #cb63bd


#cb63bd Border Color

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

This div border color is #cb63bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb63bd


Comments

No comments written yet.

Please login to write comment.