Color Hex Logo

#cb565d Color Hex

#CB565D
(203,86,93)
0 Favorites   0 Comments

Color spaces of #cb565d

RGB 2038693
HSL0.990.530.57
HSV356°58°80°
CMYK 0.000.580.54   0.20
XYZ29.932220.142412.6662
Yxy20.14240.47710.3210
Hunter Lab44.880340.507314.6833
CIE-Lab51.997847.081719.6057

#cb565d color RGB value is (203,86,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01010110 01011101
Octal 313 126 135
Decimal 203 86 93
Hex CB 56 5D

RGB Percentages of Color #cb565d

%53.14
%22.51
%24.35

CMYK Percentages of Color #cb565d

%0
%58
%54
%20

Triadic Colors of #cb565d

#cb565d #5dcb56 #565dcb

Analogous Colors of #cb565d

#cb565d #cb8a56 #cb5698

Monochromatic Colors of #cb565d

#cb565d

Complementary Color

#cb565d #56cbc4

#cb565d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb565d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb565d Color CSS Codes

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

#cb565d Text Font Color

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

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


#cb565d Background Color

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

This div background color is #cb565d


#cb565d Border Color

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

This div border color is #cb565d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,86,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 #cb565d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb565d


Comments

No comments written yet.

Please login to write comment.