Color Hex Logo

#cb97ae Color Hex

#CB97AE
(203,151,174)
0 Favorites   0 Comments

Color spaces of #cb97ae

RGB 203151174
HSL0.930.330.69
HSV333°26°80°
CMYK 0.000.260.14   0.20
XYZ43.335237.885745.0731
Yxy37.88570.34310.3000
Hunter Lab61.551417.9579-0.3312
CIE-Lab67.936323.0373-4.3381

#cb97ae color RGB value is (203,151,174).

#cb97ae hex color red value is 203, green value is 151 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cb97ae hue: 0.93 , saturation: 0.33 and the lightness value of cb97ae is 0.69.

The process color (four color CMYK) of #cb97ae color hex is 0.00, 0.26, 0.14, 0.20. Web safe color of #cb97ae is #cc9999. Color #cb97ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010111 10101110
Octal 313 227 256
Decimal 203 151 174
Hex CB 97 AE

RGB Percentages of Color #cb97ae

%38.45
%28.60
%32.95

CMYK Percentages of Color #cb97ae

%0
%26
%14
%20

Triadic Colors of #cb97ae

#cb97ae #aecb97 #97aecb

Analogous Colors of #cb97ae

#cb97ae #cb9a97 #cb97c8

Monochromatic Colors of #cb97ae

#cb97ae

Complementary Color

#cb97ae #97cbb4

#cb97ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb97ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb97ae Color CSS Codes

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

#cb97ae Text Font Color

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

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


#cb97ae Background Color

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

This div background color is #cb97ae


#cb97ae Border Color

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

This div border color is #cb97ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb97ae


Comments

No comments written yet.

Please login to write comment.