Color Hex Logo

#cb729b Color Hex

#CB729B
(203,114,155)
0 Favorites   0 Comments

Color spaces of #cb729b

RGB 203114155
HSL0.920.460.62
HSV332°44°80°
CMYK 0.000.440.24   0.20
XYZ36.562327.097734.3137
Yxy27.09770.37320.2766
Hunter Lab52.055534.2764-2.6437
CIE-Lab59.064740.0827-6.6806

#cb729b color RGB value is (203,114,155).

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

The process color (four color CMYK) of #cb729b color hex is 0.00, 0.44, 0.24, 0.20. Web safe color of #cb729b is #cc6699. Color #cb729b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110010 10011011
Octal 313 162 233
Decimal 203 114 155
Hex CB 72 9B

RGB Percentages of Color #cb729b

%43.01
%24.15
%32.84

CMYK Percentages of Color #cb729b

%0
%44
%24
%20

Triadic Colors of #cb729b

#cb729b #9bcb72 #729bcb

Analogous Colors of #cb729b

#cb729b #cb7672 #cb72c8

Monochromatic Colors of #cb729b

#cb729b

Complementary Color

#cb729b #72cba2

#cb729b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb729b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb729b Color CSS Codes

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

#cb729b Text Font Color

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

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


#cb729b Background Color

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

This div background color is #cb729b


#cb729b Border Color

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

This div border color is #cb729b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,114,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cb729b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb729b


Comments

No comments written yet.

Please login to write comment.