Color Hex Logo

#cb727d Color Hex

#CB727D
(203,114,125)
0 Favorites   0 Comments

Color spaces of #cb727d

RGB 203114125
HSL0.980.460.62
HSV353°44°80°
CMYK 0.000.440.38   0.20
XYZ34.347626.211822.6511
Yxy26.21180.41280.3150
Hunter Lab51.197530.15749.6068
CIE-Lab58.237536.15219.4899

#cb727d color RGB value is (203,114,125).

#cb727d hex color red value is 203, green value is 114 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cb727d hue: 0.98 , saturation: 0.46 and the lightness value of cb727d is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110010 01111101
Octal 313 162 175
Decimal 203 114 125
Hex CB 72 7D

RGB Percentages of Color #cb727d

%45.93
%25.79
%28.28

CMYK Percentages of Color #cb727d

%0
%44
%38
%20

Triadic Colors of #cb727d

#cb727d #7dcb72 #727dcb

Analogous Colors of #cb727d

#cb727d #cb9472 #cb72aa

Monochromatic Colors of #cb727d

#cb727d

Complementary Color

#cb727d #72cbc0

#cb727d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb727d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb727d Color CSS Codes

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

#cb727d Text Font Color

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

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


#cb727d Background Color

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

This div background color is #cb727d


#cb727d Border Color

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

This div border color is #cb727d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb727d


Comments

No comments written yet.

Please login to write comment.