Color Hex Logo

#cb79ae Color Hex

#CB79AE
(203,121,174)
0 Favorites   0 Comments

Color spaces of #cb79ae

RGB 203121174
HSL0.890.440.64
HSV321°40°80°
CMYK 0.000.400.14   0.20
XYZ39.106029.427243.6633
Yxy29.42720.34850.2623
Hunter Lab54.246833.7469-9.7497
CIE-Lab61.156839.3094-14.4563

#cb79ae color RGB value is (203,121,174).

#cb79ae hex color red value is 203, green value is 121 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cb79ae hue: 0.89 , saturation: 0.44 and the lightness value of cb79ae is 0.64.

The process color (four color CMYK) of #cb79ae color hex is 0.00, 0.40, 0.14, 0.20. Web safe color of #cb79ae is #cc6699. Color #cb79ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111001 10101110
Octal 313 171 256
Decimal 203 121 174
Hex CB 79 AE

RGB Percentages of Color #cb79ae

%40.76
%24.30
%34.94

CMYK Percentages of Color #cb79ae

%0
%40
%14
%20

Triadic Colors of #cb79ae

#cb79ae #aecb79 #79aecb

Analogous Colors of #cb79ae

#cb79ae #cb7985 #bf79cb

Monochromatic Colors of #cb79ae

#cb79ae

Complementary Color

#cb79ae #79cb96

#cb79ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb79ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb79ae Color CSS Codes

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

#cb79ae Text Font Color

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

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


#cb79ae Background Color

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

This div background color is #cb79ae


#cb79ae Border Color

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

This div border color is #cb79ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb79ae


Comments

No comments written yet.

Please login to write comment.