Color Hex Logo

#cb699f Color Hex

#CB699F
(203,105,159)
0 Favorites   0 Comments

Color spaces of #cb699f

RGB 203105159
HSL0.910.490.60
HSV327°48°80°
CMYK 0.000.480.22   0.20
XYZ35.938225.302935.7907
Yxy25.30290.37040.2608
Hunter Lab50.302039.5006-6.9744
CIE-Lab57.369445.3091-11.5289

#cb699f color RGB value is (203,105,159).

#cb699f hex color red value is 203, green value is 105 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cb699f hue: 0.91 , saturation: 0.49 and the lightness value of cb699f is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101001 10011111
Octal 313 151 237
Decimal 203 105 159
Hex CB 69 9F

RGB Percentages of Color #cb699f

%43.47
%22.48
%34.05

CMYK Percentages of Color #cb699f

%0
%48
%22
%20

Triadic Colors of #cb699f

#cb699f #9fcb69 #699fcb

Analogous Colors of #cb699f

#cb699f #cb696e #c669cb

Monochromatic Colors of #cb699f

#cb699f

Complementary Color

#cb699f #69cb95

#cb699f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb699f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb699f Color CSS Codes

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

#cb699f Text Font Color

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

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


#cb699f Background Color

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

This div background color is #cb699f


#cb699f Border Color

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

This div border color is #cb699f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb699f


Comments

No comments written yet.

Please login to write comment.