Color Hex Logo

#cb486e Color Hex

#CB486E
(203,72,110)
0 Favorites   0 Comments

Color spaces of #cb486e

RGB 20372110
HSL0.950.560.54
HSV343°65°80°
CMYK 0.000.650.46   0.20
XYZ29.760418.457016.7459
Yxy18.45700.45810.2841
Hunter Lab42.961648.46786.9626
CIE-Lab50.045854.84376.7169

#cb486e color RGB value is (203,72,110).

#cb486e hex color red value is 203, green value is 72 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #cb486e hue: 0.95 , saturation: 0.56 and the lightness value of cb486e is 0.54.

The process color (four color CMYK) of #cb486e color hex is 0.00, 0.65, 0.46, 0.20. Web safe color of #cb486e is #cc3366. Color #cb486e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01001000 01101110
Octal 313 110 156
Decimal 203 72 110
Hex CB 48 6E

RGB Percentages of Color #cb486e

%52.73
%18.70
%28.57

CMYK Percentages of Color #cb486e

%0
%65
%46
%20

Triadic Colors of #cb486e

#cb486e #6ecb48 #486ecb

Analogous Colors of #cb486e

#cb486e #cb6448 #cb48b0

Monochromatic Colors of #cb486e

#cb486e

Complementary Color

#cb486e #48cba5

#cb486e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb486e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb486e Color CSS Codes

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

#cb486e Text Font Color

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

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


#cb486e Background Color

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

This div background color is #cb486e


#cb486e Border Color

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

This div border color is #cb486e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb486e


Comments

No comments written yet.

Please login to write comment.