Color Hex Logo

#cb769e Color Hex

#CB769E
(203,118,158)
0 Favorites   0 Comments

Color spaces of #cb769e

RGB 203118158
HSL0.920.450.63
HSV332°42°80°
CMYK 0.000.420.22   0.20
XYZ37.278628.122035.8110
Yxy28.12200.36830.2779
Hunter Lab53.030232.6772-2.9171
CIE-Lab59.998838.4156-7.0215

#cb769e color RGB value is (203,118,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110110 10011110
Octal 313 166 236
Decimal 203 118 158
Hex CB 76 9E

RGB Percentages of Color #cb769e

%42.38
%24.63
%32.99

CMYK Percentages of Color #cb769e

%0
%42
%22
%20

Triadic Colors of #cb769e

#cb769e #9ecb76 #769ecb

Analogous Colors of #cb769e

#cb769e #cb7976 #cb76c9

Monochromatic Colors of #cb769e

#cb769e

Complementary Color

#cb769e #76cba3

#cb769e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb769e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb769e Color CSS Codes

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

#cb769e Text Font Color

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

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


#cb769e Background Color

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

This div background color is #cb769e


#cb769e Border Color

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

This div border color is #cb769e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb769e


Comments

No comments written yet.

Please login to write comment.