Color Hex Logo

#cb657b Color Hex

#CB657B
(203,101,123)
0 Favorites   0 Comments

Color spaces of #cb657b

RGB 203101123
HSL0.960.500.60
HSV347°50°80°
CMYK 0.000.500.39   0.20
XYZ32.857423.433921.5303
Yxy23.43390.42220.3011
Hunter Lab48.408636.44227.5161
CIE-Lab55.516542.65406.7862

#cb657b color RGB value is (203,101,123).

#cb657b hex color red value is 203, green value is 101 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cb657b hue: 0.96 , saturation: 0.50 and the lightness value of cb657b is 0.60.

The process color (four color CMYK) of #cb657b color hex is 0.00, 0.50, 0.39, 0.20. Web safe color of #cb657b is #cc6666. Color #cb657b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100101 01111011
Octal 313 145 173
Decimal 203 101 123
Hex CB 65 7B

RGB Percentages of Color #cb657b

%47.54
%23.65
%28.81

CMYK Percentages of Color #cb657b

%0
%50
%39
%20

Triadic Colors of #cb657b

#cb657b #7bcb65 #657bcb

Analogous Colors of #cb657b

#cb657b #cb8265 #cb65ae

Monochromatic Colors of #cb657b

#cb657b

Complementary Color

#cb657b #65cbb5

#cb657b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb657b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb657b Color CSS Codes

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

#cb657b Text Font Color

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

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


#cb657b Background Color

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

This div background color is #cb657b


#cb657b Border Color

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

This div border color is #cb657b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb657b


Comments

No comments written yet.

Please login to write comment.