Color Hex Logo

#cb6aae Color Hex

#CB6AAE
(203,106,174)
0 Favorites   0 Comments

Color spaces of #cb6aae

RGB 203106174
HSL0.880.480.61
HSV318°48°80°
CMYK 0.000.480.14   0.20
XYZ37.422626.060643.1022
Yxy26.06060.35110.2445
Hunter Lab51.049641.5151-14.3250
CIE-Lab58.094547.0943-19.1017

#cb6aae color RGB value is (203,106,174).

#cb6aae hex color red value is 203, green value is 106 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cb6aae hue: 0.88 , saturation: 0.48 and the lightness value of cb6aae is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01101010 10101110
Octal 313 152 256
Decimal 203 106 174
Hex CB 6A AE

RGB Percentages of Color #cb6aae

%42.03
%21.95
%36.02

CMYK Percentages of Color #cb6aae

%0
%48
%14
%20

Triadic Colors of #cb6aae

#cb6aae #aecb6a #6aaecb

Analogous Colors of #cb6aae

#cb6aae #cb6a7e #b86acb

Monochromatic Colors of #cb6aae

#cb6aae

Complementary Color

#cb6aae #6acb87

#cb6aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb6aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb6aae Color CSS Codes

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

#cb6aae Text Font Color

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

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


#cb6aae Background Color

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

This div background color is #cb6aae


#cb6aae Border Color

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

This div border color is #cb6aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb6aae


Comments

No comments written yet.

Please login to write comment.