Color Hex Logo

#cb93ae Color Hex

#CB93AE
(203,147,174)
0 Favorites   0 Comments

Color spaces of #cb93ae

RGB 203147174
HSL0.920.350.69
HSV331°28°80°
CMYK 0.000.280.14   0.20
XYZ42.702336.619944.8621
Yxy36.61990.34390.2949
Hunter Lab60.514420.0593-1.5943
CIE-Lab66.990925.2297-5.7352

#cb93ae color RGB value is (203,147,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010011 10101110
Octal 313 223 256
Decimal 203 147 174
Hex CB 93 AE

RGB Percentages of Color #cb93ae

%38.74
%28.05
%33.21

CMYK Percentages of Color #cb93ae

%0
%28
%14
%20

Triadic Colors of #cb93ae

#cb93ae #aecb93 #93aecb

Analogous Colors of #cb93ae

#cb93ae #cb9493 #cb93ca

Monochromatic Colors of #cb93ae

#cb93ae

Complementary Color

#cb93ae #93cbb0

#cb93ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb93ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb93ae Color CSS Codes

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

#cb93ae Text Font Color

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

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


#cb93ae Background Color

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

This div background color is #cb93ae


#cb93ae Border Color

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

This div border color is #cb93ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb93ae


Comments

No comments written yet.

Please login to write comment.