Color Hex Logo

#cb728e Color Hex

#CB728E
(203,114,142)
0 Favorites   0 Comments

Color spaces of #cb728e

RGB 203114142
HSL0.950.460.62
HSV341°44°80°
CMYK 0.000.440.30   0.20
XYZ35.528426.684128.8692
Yxy26.68410.39010.2930
Hunter Lab51.656732.36953.0244
CIE-Lab58.680838.27690.2742

#cb728e color RGB value is (203,114,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110010 10001110
Octal 313 162 216
Decimal 203 114 142
Hex CB 72 8E

RGB Percentages of Color #cb728e

%44.23
%24.84
%30.94

CMYK Percentages of Color #cb728e

%0
%44
%30
%20

Triadic Colors of #cb728e

#cb728e #8ecb72 #728ecb

Analogous Colors of #cb728e

#cb728e #cb8372 #cb72bb

Monochromatic Colors of #cb728e

#cb728e

Complementary Color

#cb728e #72cbaf

#cb728e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb728e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb728e Color CSS Codes

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

#cb728e Text Font Color

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

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


#cb728e Background Color

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

This div background color is #cb728e


#cb728e Border Color

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

This div border color is #cb728e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb728e


Comments

No comments written yet.

Please login to write comment.