Color Hex Logo

#cb485d Color Hex

#CB485D
(203,72,93)
0 Favorites   0 Comments

Color spaces of #cb485d

RGB 2037293
HSL0.970.560.54
HSV350°65°80°
CMYK 0.000.650.54   0.20
XYZ28.921818.121612.3294
Yxy18.12160.48710.3052
Hunter Lab42.569546.776712.6265
CIE-Lab49.643353.359116.4192

#cb485d color RGB value is (203,72,93).

#cb485d hex color red value is 203, green value is 72 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cb485d hue: 0.97 , saturation: 0.56 and the lightness value of cb485d is 0.54.

The process color (four color CMYK) of #cb485d color hex is 0.00, 0.65, 0.54, 0.20. Web safe color of #cb485d is #cc3366. Color #cb485d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01001000 01011101
Octal 313 110 135
Decimal 203 72 93
Hex CB 48 5D

RGB Percentages of Color #cb485d

%55.16
%19.57
%25.27

CMYK Percentages of Color #cb485d

%0
%65
%54
%20

Triadic Colors of #cb485d

#cb485d #5dcb48 #485dcb

Analogous Colors of #cb485d

#cb485d #cb7548 #cb489f

Monochromatic Colors of #cb485d

#cb485d

Complementary Color

#cb485d #48cbb6

#cb485d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb485d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb485d Color CSS Codes

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

#cb485d Text Font Color

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

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


#cb485d Background Color

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

This div background color is #cb485d


#cb485d Border Color

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

This div border color is #cb485d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb485d


Comments

No comments written yet.

Please login to write comment.