Color Hex Logo

#cb7758 Color Hex

#CB7758
(203,119,88)
0 Favorites   0 Comments

Color spaces of #cb7758

RGB 20311988
HSL0.040.530.57
HSV16°57°80°
CMYK 0.000.410.57   0.20
XYZ32.986926.594712.6272
Yxy26.59470.45680.3683
Hunter Lab51.570023.930321.5816
CIE-Lab58.597329.835131.0843

#cb7758 color RGB value is (203,119,88).

#cb7758 hex color red value is 203, green value is 119 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #cb7758 hue: 0.04 , saturation: 0.53 and the lightness value of cb7758 is 0.57.

The process color (four color CMYK) of #cb7758 color hex is 0.00, 0.41, 0.57, 0.20. Web safe color of #cb7758 is #cc6666. Color #cb7758 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110111 01011000
Octal 313 167 130
Decimal 203 119 88
Hex CB 77 58

RGB Percentages of Color #cb7758

%49.51
%29.02
%21.46

CMYK Percentages of Color #cb7758

%0
%41
%57
%20

Triadic Colors of #cb7758

#cb7758 #58cb77 #7758cb

Analogous Colors of #cb7758

#cb7758 #cbb158 #cb5873

Monochromatic Colors of #cb7758

#cb7758

Complementary Color

#cb7758 #58accb

#cb7758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7758 Color CSS Codes

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

#cb7758 Text Font Color

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

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


#cb7758 Background Color

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

This div background color is #cb7758


#cb7758 Border Color

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

This div border color is #cb7758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7758


Comments

No comments written yet.

Please login to write comment.