Color Hex Logo

#cb635c Color Hex

#CB635C
(203,99,92)
0 Favorites   0 Comments

Color spaces of #cb635c

RGB 2039992
HSL0.010.520.58
HSV55°80°
CMYK 0.000.510.55   0.20
XYZ31.022222.392912.8124
Yxy22.39290.46840.3381
Hunter Lab47.321134.206817.0718
CIE-Lab54.441440.629123.4445

#cb635c color RGB value is (203,99,92).

#cb635c hex color red value is 203, green value is 99 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #cb635c hue: 0.01 , saturation: 0.52 and the lightness value of cb635c is 0.58.

The process color (four color CMYK) of #cb635c color hex is 0.00, 0.51, 0.55, 0.20. Web safe color of #cb635c is #cc6666. Color #cb635c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100011 01011100
Octal 313 143 134
Decimal 203 99 92
Hex CB 63 5C

RGB Percentages of Color #cb635c

%51.52
%25.13
%23.35

CMYK Percentages of Color #cb635c

%0
%51
%55
%20

Triadic Colors of #cb635c

#cb635c #5ccb63 #635ccb

Analogous Colors of #cb635c

#cb635c #cb9b5c #cb5c8d

Monochromatic Colors of #cb635c

#cb635c

Complementary Color

#cb635c #5cc4cb

#cb635c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb635c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb635c Color CSS Codes

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

#cb635c Text Font Color

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

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


#cb635c Background Color

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

This div background color is #cb635c


#cb635c Border Color

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

This div border color is #cb635c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb635c


Comments

No comments written yet.

Please login to write comment.