Color Hex Logo

#cb738c Color Hex

#CB738C
(203,115,140)
0 Favorites   0 Comments

Color spaces of #cb738c

RGB 203115140
HSL0.950.460.62
HSV343°43°80°
CMYK 0.000.430.31   0.20
XYZ35.493026.851428.1231
Yxy26.85140.39230.2968
Hunter Lab51.818331.58164.0947
CIE-Lab58.836537.48591.6593

#cb738c color RGB value is (203,115,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110011 10001100
Octal 313 163 214
Decimal 203 115 140
Hex CB 73 8C

RGB Percentages of Color #cb738c

%44.32
%25.11
%30.57

CMYK Percentages of Color #cb738c

%0
%43
%31
%20

Triadic Colors of #cb738c

#cb738c #8ccb73 #738ccb

Analogous Colors of #cb738c

#cb738c #cb8673 #cb73b8

Monochromatic Colors of #cb738c

#cb738c

Complementary Color

#cb738c #73cbb2

#cb738c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb738c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb738c Color CSS Codes

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

#cb738c Text Font Color

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

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


#cb738c Background Color

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

This div background color is #cb738c


#cb738c Border Color

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

This div border color is #cb738c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb738c


Comments

No comments written yet.

Please login to write comment.