Color Hex Logo

#cb657d Color Hex

#CB657D
(203,101,125)
0 Favorites   0 Comments

Color spaces of #cb657d

RGB 203101125
HSL0.960.500.60
HSV346°50°80°
CMYK 0.000.500.38   0.20
XYZ32.984023.484522.1966
Yxy23.48450.41930.2985
Hunter Lab48.460836.68656.7659
CIE-Lab55.567942.88245.6851

#cb657d color RGB value is (203,101,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100101 01111101
Octal 313 145 175
Decimal 203 101 125
Hex CB 65 7D

RGB Percentages of Color #cb657d

%47.32
%23.54
%29.14

CMYK Percentages of Color #cb657d

%0
%50
%38
%20

Triadic Colors of #cb657d

#cb657d #7dcb65 #657dcb

Analogous Colors of #cb657d

#cb657d #cb8065 #cb65b0

Monochromatic Colors of #cb657d

#cb657d

Complementary Color

#cb657d #65cbb3

#cb657d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb657d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb657d Color CSS Codes

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

#cb657d Text Font Color

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

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


#cb657d Background Color

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

This div background color is #cb657d


#cb657d Border Color

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

This div border color is #cb657d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb657d


Comments

No comments written yet.

Please login to write comment.