Color Hex Logo

#cb758b Color Hex

#CB758B
(203,117,139)
0 Favorites   0 Comments

Color spaces of #cb758b

RGB 203117139
HSL0.960.450.63
HSV345°42°80°
CMYK 0.000.420.32   0.20
XYZ35.650127.283227.8133
Yxy27.28320.39290.3007
Hunter Lab52.233330.42094.9925
CIE-Lab59.235536.29642.8167

#cb758b color RGB value is (203,117,139).

#cb758b hex color red value is 203, green value is 117 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cb758b hue: 0.96 , saturation: 0.45 and the lightness value of cb758b is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110101 10001011
Octal 313 165 213
Decimal 203 117 139
Hex CB 75 8B

RGB Percentages of Color #cb758b

%44.23
%25.49
%30.28

CMYK Percentages of Color #cb758b

%0
%42
%32
%20

Triadic Colors of #cb758b

#cb758b #8bcb75 #758bcb

Analogous Colors of #cb758b

#cb758b #cb8a75 #cb75b6

Monochromatic Colors of #cb758b

#cb758b

Complementary Color

#cb758b #75cbb5

#cb758b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb758b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb758b Color CSS Codes

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

#cb758b Text Font Color

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

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


#cb758b Background Color

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

This div background color is #cb758b


#cb758b Border Color

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

This div border color is #cb758b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb758b


Comments

No comments written yet.

Please login to write comment.