Color Hex Logo

#cb737e Color Hex

#CB737E
(203,115,126)
0 Favorites   0 Comments

Color spaces of #cb737e

RGB 203115126
HSL0.980.460.62
HSV353°43°80°
CMYK 0.000.430.38   0.20
XYZ34.525226.464323.0271
Yxy26.46430.41090.3150
Hunter Lab51.443529.77059.4711
CIE-Lab58.475235.74079.2475

#cb737e color RGB value is (203,115,126).

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

The process color (four color CMYK) of #cb737e color hex is 0.00, 0.43, 0.38, 0.20. Web safe color of #cb737e is #cc6666. Color #cb737e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110011 01111110
Octal 313 163 176
Decimal 203 115 126
Hex CB 73 7E

RGB Percentages of Color #cb737e

%45.72
%25.90
%28.38

CMYK Percentages of Color #cb737e

%0
%43
%38
%20

Triadic Colors of #cb737e

#cb737e #7ecb73 #737ecb

Analogous Colors of #cb737e

#cb737e #cb9473 #cb73aa

Monochromatic Colors of #cb737e

#cb737e

Complementary Color

#cb737e #73cbc0

#cb737e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb737e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb737e Color CSS Codes

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

#cb737e Text Font Color

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

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


#cb737e Background Color

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

This div background color is #cb737e


#cb737e Border Color

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

This div border color is #cb737e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb737e


Comments

No comments written yet.

Please login to write comment.