Color Hex Logo

#cb487b Color Hex

#CB487B
(203,72,123)
0 Favorites   0 Comments

Color spaces of #cb487b

RGB 20372123
HSL0.940.560.54
HSV337°65°80°
CMYK 0.000.650.39   0.20
XYZ30.521118.761320.7515
Yxy18.76130.43580.2679
Hunter Lab43.314349.97861.9147
CIE-Lab50.406856.1562-0.6015

#cb487b color RGB value is (203,72,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01001000 01111011
Octal 313 110 173
Decimal 203 72 123
Hex CB 48 7B

RGB Percentages of Color #cb487b

%51.01
%18.09
%30.90

CMYK Percentages of Color #cb487b

%0
%65
%39
%20

Triadic Colors of #cb487b

#cb487b #7bcb48 #487bcb

Analogous Colors of #cb487b

#cb487b #cb5748 #cb48bd

Monochromatic Colors of #cb487b

#cb487b

Complementary Color

#cb487b #48cb98

#cb487b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb487b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb487b Color CSS Codes

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

#cb487b Text Font Color

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

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


#cb487b Background Color

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

This div background color is #cb487b


#cb487b Border Color

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

This div border color is #cb487b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb487b


Comments

No comments written yet.

Please login to write comment.