Color Hex Logo

#cb615e Color Hex

#CB615E
(203,97,94)
0 Favorites   0 Comments

Color spaces of #cb615e

RGB 2039794
HSL0.000.510.58
HSV54°80°
CMYK 0.000.520.54   0.20
XYZ30.923722.054113.2167
Yxy22.05410.46720.3332
Hunter Lab46.961835.356716.1870
CIE-Lab54.084441.803421.8087

#cb615e color RGB value is (203,97,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01100001 01011110
Octal 313 141 136
Decimal 203 97 94
Hex CB 61 5E

RGB Percentages of Color #cb615e

%51.52
%24.62
%23.86

CMYK Percentages of Color #cb615e

%0
%52
%54
%20

Triadic Colors of #cb615e

#cb615e #5ecb61 #615ecb

Analogous Colors of #cb615e

#cb615e #cb985e #cb5e92

Monochromatic Colors of #cb615e

#cb615e

Complementary Color

#cb615e #5ec8cb

#cb615e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb615e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb615e Color CSS Codes

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

#cb615e Text Font Color

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

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


#cb615e Background Color

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

This div background color is #cb615e


#cb615e Border Color

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

This div border color is #cb615e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb615e


Comments

No comments written yet.

Please login to write comment.