Color Hex Logo

#cb635f Color Hex

#CB635F
(203,99,95)
0 Favorites   0 Comments

Color spaces of #cb635f

RGB 2039995
HSL0.010.510.58
HSV53°80°
CMYK 0.000.510.53   0.20
XYZ31.156022.446413.5170
Yxy22.44640.46420.3344
Hunter Lab47.377634.472516.2487
CIE-Lab54.497540.881721.7766

#cb635f color RGB value is (203,99,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100011 01011111
Octal 313 143 137
Decimal 203 99 95
Hex CB 63 5F

RGB Percentages of Color #cb635f

%51.13
%24.94
%23.93

CMYK Percentages of Color #cb635f

%0
%51
%53
%20

Triadic Colors of #cb635f

#cb635f #5fcb63 #635fcb

Analogous Colors of #cb635f

#cb635f #cb995f #cb5f91

Monochromatic Colors of #cb635f

#cb635f

Complementary Color

#cb635f #5fc7cb

#cb635f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb635f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb635f Color CSS Codes

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

#cb635f Text Font Color

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

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


#cb635f Background Color

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

This div background color is #cb635f


#cb635f Border Color

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

This div border color is #cb635f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb635f


Comments

No comments written yet.

Please login to write comment.