Color Hex Logo

#cb605d Color Hex

#CB605D
(203,96,93)
0 Favorites   0 Comments

Color spaces of #cb605d

RGB 2039693
HSL0.000.510.58
HSV54°80°
CMYK 0.000.530.54   0.20
XYZ30.787321.852612.9512
Yxy21.85260.46940.3332
Hunter Lab46.746835.752816.2964
CIE-Lab53.870342.219922.1071

#cb605d color RGB value is (203,96,93).

#cb605d hex color red value is 203, green value is 96 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cb605d hue: 0.00 , saturation: 0.51 and the lightness value of cb605d is 0.58.

The process color (four color CMYK) of #cb605d color hex is 0.00, 0.53, 0.54, 0.20. Web safe color of #cb605d is #cc6666. Color #cb605d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100000 01011101
Octal 313 140 135
Decimal 203 96 93
Hex CB 60 5D

RGB Percentages of Color #cb605d

%51.79
%24.49
%23.72

CMYK Percentages of Color #cb605d

%0
%53
%54
%20

Triadic Colors of #cb605d

#cb605d #5dcb60 #605dcb

Analogous Colors of #cb605d

#cb605d #cb975d #cb5d91

Monochromatic Colors of #cb605d

#cb605d

Complementary Color

#cb605d #5dc8cb

#cb605d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb605d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb605d Color CSS Codes

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

#cb605d Text Font Color

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

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


#cb605d Background Color

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

This div background color is #cb605d


#cb605d Border Color

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

This div border color is #cb605d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb605d


Comments

No comments written yet.

Please login to write comment.