Color Hex Logo

#cb768f Color Hex

#CB768F
(203,118,143)
0 Favorites   0 Comments

Color spaces of #cb768f

RGB 203118143
HSL0.950.450.63
HSV342°42°80°
CMYK 0.000.420.30   0.20
XYZ36.065027.636529.4202
Yxy27.63650.38730.2968
Hunter Lab52.570430.45853.6186
CIE-Lab59.558936.29610.9760

#cb768f color RGB value is (203,118,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110110 10001111
Octal 313 166 217
Decimal 203 118 143
Hex CB 76 8F

RGB Percentages of Color #cb768f

%43.75
%25.43
%30.82

CMYK Percentages of Color #cb768f

%0
%42
%30
%20

Triadic Colors of #cb768f

#cb768f #8fcb76 #768fcb

Analogous Colors of #cb768f

#cb768f #cb8876 #cb76ba

Monochromatic Colors of #cb768f

#cb768f

Complementary Color

#cb768f #76cbb2

#cb768f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb768f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb768f Color CSS Codes

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

#cb768f Text Font Color

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

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


#cb768f Background Color

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

This div background color is #cb768f


#cb768f Border Color

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

This div border color is #cb768f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb768f


Comments

No comments written yet.

Please login to write comment.