Color Hex Logo

#cb738a Color Hex

#CB738A
(203,115,138)
0 Favorites   0 Comments

Color spaces of #cb738a

RGB 203115138
HSL0.960.460.62
HSV344°43°80°
CMYK 0.000.430.32   0.20
XYZ35.346826.793027.3533
Yxy26.79300.39500.2994
Hunter Lab51.762031.30934.9019
CIE-Lab58.782237.22492.7386

#cb738a color RGB value is (203,115,138).

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

The process color (four color CMYK) of #cb738a color hex is 0.00, 0.43, 0.32, 0.20. Web safe color of #cb738a is #cc6699. Color #cb738a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110011 10001010
Octal 313 163 212
Decimal 203 115 138
Hex CB 73 8A

RGB Percentages of Color #cb738a

%44.52
%25.22
%30.26

CMYK Percentages of Color #cb738a

%0
%43
%32
%20

Triadic Colors of #cb738a

#cb738a #8acb73 #738acb

Analogous Colors of #cb738a

#cb738a #cb8873 #cb73b6

Monochromatic Colors of #cb738a

#cb738a

Complementary Color

#cb738a #73cbb4

#cb738a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb738a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb738a Color CSS Codes

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

#cb738a Text Font Color

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

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


#cb738a Background Color

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

This div background color is #cb738a


#cb738a Border Color

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

This div border color is #cb738a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb738a


Comments

No comments written yet.

Please login to write comment.