Color Hex Logo

#cb758c Color Hex

#CB758C
(203,117,140)
0 Favorites   0 Comments

Color spaces of #cb758c

RGB 203117140
HSL0.960.450.63
HSV344°42°80°
CMYK 0.000.420.31   0.20
XYZ35.723527.312528.2000
Yxy27.31250.39160.2994
Hunter Lab52.261430.55714.5903
CIE-Lab59.262536.42772.2777

#cb758c color RGB value is (203,117,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110101 10001100
Octal 313 165 214
Decimal 203 117 140
Hex CB 75 8C

RGB Percentages of Color #cb758c

%44.13
%25.43
%30.43

CMYK Percentages of Color #cb758c

%0
%42
%31
%20

Triadic Colors of #cb758c

#cb758c #8ccb75 #758ccb

Analogous Colors of #cb758c

#cb758c #cb8975 #cb75b7

Monochromatic Colors of #cb758c

#cb758c

Complementary Color

#cb758c #75cbb4

#cb758c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb758c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb758c Color CSS Codes

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

#cb758c Text Font Color

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

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


#cb758c Background Color

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

This div background color is #cb758c


#cb758c Border Color

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

This div border color is #cb758c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,117,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 #cb758c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb758c


Comments

No comments written yet.

Please login to write comment.