Color Hex Logo

#cb584d Color Hex

#CB584D
(203,88,77)
0 Favorites   0 Comments

Color spaces of #cb584d

RGB 2038877
HSL0.010.550.55
HSV62°80°
CMYK 0.000.570.62   0.20
XYZ29.457920.21189.3698
Yxy20.21180.49900.3423
Hunter Lab44.957538.284419.1134
CIE-Lab52.075844.939129.0736

#cb584d color RGB value is (203,88,77).

#cb584d hex color red value is 203, green value is 88 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cb584d hue: 0.01 , saturation: 0.55 and the lightness value of cb584d is 0.55.

The process color (four color CMYK) of #cb584d color hex is 0.00, 0.57, 0.62, 0.20. Web safe color of #cb584d is #cc6666. Color #cb584d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011000 01001101
Octal 313 130 115
Decimal 203 88 77
Hex CB 58 4D

RGB Percentages of Color #cb584d

%55.16
%23.91
%20.92

CMYK Percentages of Color #cb584d

%0
%57
%62
%20

Triadic Colors of #cb584d

#cb584d #4dcb58 #584dcb

Analogous Colors of #cb584d

#cb584d #cb974d #cb4d81

Monochromatic Colors of #cb584d

#cb584d

Complementary Color

#cb584d #4dc0cb

#cb584d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb584d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb584d Color CSS Codes

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

#cb584d Text Font Color

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

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


#cb584d Background Color

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

This div background color is #cb584d


#cb584d Border Color

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

This div border color is #cb584d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb584d


Comments

No comments written yet.

Please login to write comment.