Color Hex Logo

#cb72bd Color Hex

#CB72BD
(203,114,189)
0 Favorites   0 Comments

Color spaces of #cb72bd

RGB 203114189
HSL0.860.460.62
HSV309°44°80°
CMYK 0.000.440.07   0.20
XYZ39.831228.405351.5275
Yxy28.40530.33260.2372
Hunter Lab53.296640.1328-20.0143
CIE-Lab60.253145.4892-24.3849

#cb72bd color RGB value is (203,114,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110010 10111101
Octal 313 162 275
Decimal 203 114 189
Hex CB 72 BD

RGB Percentages of Color #cb72bd

%40.12
%22.53
%37.35

CMYK Percentages of Color #cb72bd

%0
%44
%7
%20

Triadic Colors of #cb72bd

#cb72bd #bdcb72 #72bdcb

Analogous Colors of #cb72bd

#cb72bd #cb7291 #ad72cb

Monochromatic Colors of #cb72bd

#cb72bd

Complementary Color

#cb72bd #72cb80

#cb72bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb72bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb72bd Color CSS Codes

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

#cb72bd Text Font Color

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

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


#cb72bd Background Color

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

This div background color is #cb72bd


#cb72bd Border Color

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

This div border color is #cb72bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb72bd


Comments

No comments written yet.

Please login to write comment.